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 serhiy.storchaka
Recipients dholth, r.david.murray, serhiy.storchaka, vstinner
Date 2013-07-12.19:41:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373658077.1.0.771307804739.issue18373@psf.upfronthosting.co.za>
In-reply-to
Content
Read only access to bytes warning flag already implemented as sys.flags.bytes_warning. How new functions are related to it?

And I concur with David. Why not just run your program with -b or -bb? Besides the testing purpose.
History
Date User Action Args
2013-07-12 19:41:17serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, r.david.murray, dholth
2013-07-12 19:41:17serhiy.storchakasetmessageid: <1373658077.1.0.771307804739.issue18373@psf.upfronthosting.co.za>
2013-07-12 19:41:17serhiy.storchakalinkissue18373 messages
2013-07-12 19:41:16serhiy.storchakacreate