From: Alexey Izbyshev Date: Sat, 25 Aug 2018 18:23:00 +0000 (+0300) Subject: closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) X-Git-Tag: v3.8.0a1~1156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44838be9f79870ff3c9e04b7398a1dc3d56d53ed;p=thirdparty%2FPython%2Fcpython.git closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 4ad060fc639e..9b10738c64e4 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -333,9 +333,6 @@ always available. has caught :exc:`SystemExit` (such as an error flushing buffered data in the standard streams), the exit status is changed to 120. - .. versionchanged:: 3.7 - Added ``utf8_mode`` attribute for the new :option:`-X` ``utf8`` flag. - .. data:: flags