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 martin.panter
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, lemburg, martin.panter, ncoghlan, r.david.murray
Date 2014-01-05.07:12:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388905971.76.0.623818231163.issue11681@psf.upfronthosting.co.za>
In-reply-to
Content
Try this to trigger a warning:

python2 -b -c 'bytearray("3") == u"3"'
-c:1: BytesWarning: Comparison between bytearray and string
History
Date User Action Args
2014-01-05 07:12:51martin.pantersetrecipients: + martin.panter, lemburg, georg.brandl, ncoghlan, ezio.melotti, eric.araujo, r.david.murray, docs@python
2014-01-05 07:12:51martin.pantersetmessageid: <1388905971.76.0.623818231163.issue11681@psf.upfronthosting.co.za>
2014-01-05 07:12:51martin.panterlinkissue11681 messages
2014-01-05 07:12:51martin.pantercreate