[issue18373] implement sys.get/setbyteswarningflag()

Daniel Holth report at bugs.python.org
Mon Jun 2 20:53:47 CEST 2014


Daniel Holth added the comment:

As an aside, why wouldn't I run my program with -bb?

One reason is that the following code won't work on Linux:

#!/usr/bin/env python -bb

Instead of passing -bb to Python, it will look for an executable called "python -bb", and it's not likely to find it.

The original reason was that I did not know about -bb.

----------

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


More information about the Python-bugs-list mailing list