]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Aug 2018 18:36:18 +0000 (14:36 -0400)
committerGitHub <noreply@github.com>
Sat, 25 Aug 2018 18:36:18 +0000 (14:36 -0400)
(cherry picked from commit 44838be9f79870ff3c9e04b7398a1dc3d56d53ed)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Doc/library/sys.rst

index 67925e426bb9b05b863ad1c86a0769adefa57170..6e0097ef1f8b745523458b9f93ab340e625d141f 100644 (file)
@@ -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