[docs] [issue11681] -b option undocumented

R. David Murray report at bugs.python.org
Sat Mar 26 02:12:01 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

rdmurray at hey:~/python/p27>cat temp.py
x = bytes('abc')
print x
print str(x)
rdmurray at hey:~/python/p27>./python -bb temp.py
abc
abc

----------

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


More information about the docs mailing list