This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Dmitry.Jemerov, ezio.melotti, orsenthil, pitrou
Date 2010-08-04.17:52:36
SpamBayes Score 2.2631703e-07
Marked as misclassified No
Message-id <1280944358.78.0.263530945759.issue8123@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-08-04 17:52:38pitrousetrecipients: + pitrou, orsenthil, ezio.melotti, Dmitry.Jemerov
2010-08-04 17:52:38pitrousetmessageid: <1280944358.78.0.263530945759.issue8123@psf.upfronthosting.co.za>
2010-08-04 17:52:36pitroulinkissue8123 messages
2010-08-04 17:52:36pitroucreate