mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
This commit is contained in:
parent
1871a4a351
commit
44838be9f7
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue