[Python-checkins] closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)

Miss Islington (bot) webhook-mailer at python.org
Sat Aug 25 14:36:23 EDT 2018


https://github.com/python/cpython/commit/42a1ca65d00ba59fe63cc65df0ff297a885e61b8
commit: 42a1ca65d00ba59fe63cc65df0ff297a885e61b8
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-08-25T14:36:18-04:00
summary:

closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)

(cherry picked from commit 44838be9f79870ff3c9e04b7398a1dc3d56d53ed)

Co-authored-by: Alexey Izbyshev <izbyshev at ispras.ru>

files:
M Doc/library/sys.rst

diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 67925e426bb9..6e0097ef1f8b 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -313,9 +313,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
 



More information about the Python-checkins mailing list