]> granicus.if.org Git - python/commitdiff
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
authorAlexey Izbyshev <izbyshev@ispras.ru>
Sat, 25 Aug 2018 18:23:00 +0000 (21:23 +0300)
committerBenjamin Peterson <benjamin@python.org>
Sat, 25 Aug 2018 18:23:00 +0000 (11:23 -0700)
Doc/library/sys.rst

index 4ad060fc639e5e07162958aa372940d91b152bbd..9b10738c64e442ec8aa56aa4543076981dc28069 100644 (file)
@@ -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