Message121752
-tt is documented on the page you link to. -b and -bb are only available in Python 3, and are documented there: <http://docs.python.org/py3k/using/cmdline>. -b and -bb also show up in python -h.
In the contrary, -t and -tt have been removed in Python 3 (-tt behavior is default now); you can still give them but they have no effect.
Giving examples for -W option in python -h would be too much verbosity.
All in all, I can't see an issue here. |
|
Date |
User |
Action |
Args |
2010-11-20 20:14:24 | georg.brandl | set | recipients:
+ georg.brandl, docs@python, jdan |
2010-11-20 20:14:24 | georg.brandl | set | messageid: <1290284064.39.0.272785878224.issue10471@psf.upfronthosting.co.za> |
2010-11-20 20:14:22 | georg.brandl | link | issue10471 messages |
2010-11-20 20:14:22 | georg.brandl | create | |
|