diff options
-rw-r--r-- | Doc/library/sys.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 4ad060f..9b10738 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -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 |