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 dholth
Recipients Arfrever, dholth, jwilk, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2014-06-02.18:53:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401735227.22.0.0812236144186.issue18373@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-06-02 18:53:47dholthsetrecipients: + dholth, pitrou, vstinner, jwilk, Arfrever, r.david.murray, serhiy.storchaka
2014-06-02 18:53:47dholthsetmessageid: <1401735227.22.0.0812236144186.issue18373@psf.upfronthosting.co.za>
2014-06-02 18:53:47dholthlinkissue18373 messages
2014-06-02 18:53:47dholthcreate