[issue18373] implement sys.get/setbyteswarningflag()

Serhiy Storchaka report at bugs.python.org
Fri Jul 12 21:41:17 CEST 2013


Serhiy Storchaka added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18373>
_______________________________________


More information about the Python-bugs-list mailing list