Antoine Pitrou <pit...@free.fr> added the comment:

Yes, you would have had to use "python -bb" to evidence it:

$ ./python -bb
Python 3.2a1+ (py3k:83718M, Aug  4 2010, 17:10:53) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> b"" == ""
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
BytesWarning: Comparison between bytes and string

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8123>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to