8000 closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs.… · python/cpython@44838be · GitHub
[go: up one dir, main page]

Skip to content

Commit 44838be

Browse files
Alexey Izbyshevbenjaminp
authored andcommitted
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
1 parent 1871a4a commit 44838be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/library/sys.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,6 @@ always available.
333333
has caught :exc:`SystemExit` (such as an error flushing buffered data
334334
in the standard streams), the exit status is changed to 120.
335335

336-
.. versionchanged:: 3.7
337-
Added ``utf8_mode`` attribute for the new :option:`-X` ``utf8`` flag.
338-
339336

340337
.. data:: flags
341338

0 commit comments

Comments
 (0)
0