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 benjamin.peterson, docs@python, izbyshev, miss-islington, vstinner
Date 2018-08-27.14:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Victor, but sys.flags docs *do* contain the note[1]:

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

I've tried to express that in msg324086, but obviously failed.

[1] https://docs.python.org/3/library/sys.html#sys.flags
History
Date User Action Args
2018-08-27 14:51:31izbyshevsetrecipients: + izbyshev, vstinner, benjamin.peterson, docs@python, miss-islington
2018-08-27 14:51:31izbyshevsetmessageid: <[email protected]>
2018-08-27 14:51:31izbyshevlinkissue34502 messages
2018-08-27 14:51:31izbyshevcreate