diff options
author | Alexey Izbyshev <izbyshev@ispras.ru> | 2018-08-25 18:23:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-08-25 18:23:00 (GMT) |
commit | 44838be9f79870ff3c9e04b7398a1dc3d56d53ed (patch) | |
tree | ca6bcac66f2895e205c3b54c36bf8ab92515f190 | |
parent | 1871a4a35123b278443b960255cb14314ce196f6 (diff) | |
download | cpython-44838be9f79870ff3c9e04b7398a1dc3d56d53ed.zip cpython-44838be9f79870ff3c9e04b7398a1dc3d56d53ed.tar.gz cpython-44838be9f79870ff3c9e04b7398a1dc3d56d53ed.tar.bz2 |
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
-rw-r--r-- | Doc/library/sys.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 4ad060f..9b10738 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 |