[docs] [issue11681] -b option undocumented

Martin Panter report at bugs.python.org
Sun Jan 5 08:12:51 CET 2014


Martin Panter added the comment:

Try this to trigger a warning:

python2 -b -c 'bytearray("3") == u"3"'
-c:1: BytesWarning: Comparison between bytearray and string

----------
nosy: +vadmium

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


More information about the docs mailing list