This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author izbyshev
Recipients docs@python, izbyshev, vstinner
Date 2018-08-25.17:54:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Docs for sys.exit() contain the following note added in https://github.com/python/cpython/blame/1871a4a35123b278443b960255cb14314ce196f6/Doc/library/sys.rst#L336

Changed in version 3.7: Added utf8_mode attribute for the new -X utf8 flag.

Does it belong to the adjacent docs for sys.flags (though they mention utf8_mode too)?
History
Date User Action Args
2018-08-25 17:54:28izbyshevsetrecipients: + izbyshev, vstinner, docs@python
2018-08-25 17:54:28izbyshevsetmessageid: <[email protected]>
2018-08-25 17:54:28izbyshevlinkissue34502 messages
2018-08-25 17:54:27izbyshevcreate