From 6aa1c5e8f8c0a9834e81f245c332fcab5c878be2 Mon Sep 17 00:00:00 2001 From: Alexey Izbyshev Date: Sat, 25 Aug 2018 20:50:39 +0300 Subject: [PATCH] bpo-34502: Remove a note about utf8_mode from sys.exit() docs --- Doc/library/sys.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 4ad060fc639e5e..9b10738c64e442 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