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 <rep...@bugs.python.org> <http://bugs.python.org/issue18373> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com