summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Izbyshev <izbyshev@ispras.ru>2018-08-25 18:23:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-08-25 18:23:00 (GMT)
commit44838be9f79870ff3c9e04b7398a1dc3d56d53ed (patch)
treeca6bcac66f2895e205c3b54c36bf8ab92515f190
parent1871a4a35123b278443b960255cb14314ce196f6 (diff)
downloadcpython-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.rst3
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