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, emily.zhao, eric.araujo, ezio.melotti, georg.brandl, lemburg, martin.panter, ncoghlan, r.david.murray
Date 2014-06-07.23:43:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402184596.43.0.3364230547.issue11681@psf.upfronthosting.co.za>
In-reply-to
Content
Trouble is, in Python 2 bytes() and str() are the same thing, and most of those conditions don’t apply. Maybe something like this is more correct:

-b     : issue warnings about comparing bytearray with unicode.
         (-bb: issue errors)
History
Date User Action Args
2014-06-07 23:43:16martin.pantersetrecipients: + martin.panter, lemburg, georg.brandl, ncoghlan, ezio.melotti, eric.araujo, r.david.murray, docs@python, emily.zhao
2014-06-07 23:43:16martin.pantersetmessageid: <1402184596.43.0.3364230547.issue11681@psf.upfronthosting.co.za>
2014-06-07 23:43:16martin.panterlinkissue11681 messages
2014-06-07 23:43:16martin.pantercreate