Message219620
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. |
|
Date |
User |
Action |
Args |
2014-06-02 18:53:47 | dholth | set | recipients:
+ dholth, pitrou, vstinner, jwilk, Arfrever, r.david.murray, serhiy.storchaka |
2014-06-02 18:53:47 | dholth | set | messageid: <1401735227.22.0.0812236144186.issue18373@psf.upfronthosting.co.za> |
2014-06-02 18:53:47 | dholth | link | issue18373 messages |
2014-06-02 18:53:47 | dholth | create | |
|