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

This commit is contained in:
Alexey Izbyshev 2018-08-25 21:23:00 +03:00 committed by Benjamin Peterson
parent 1871a4a351
commit 44838be9f7
1 changed files with 0 additions and 3 deletions

View 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