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 ncoghlan
Recipients Arfrever, docs@python, emily.zhao, eric.araujo, ezio.melotti, gbengeult, georg.brandl, lemburg, martin.panter, ncoghlan, r.david.murray
Date 2017-01-12.03:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484191597.92.0.889246117789.issue11681@psf.upfronthosting.co.za>
In-reply-to
Content
Added some review comments on the patch. The only critical one was changing a :class:`bytes` reference to :class:`unicode`, but I also suggested it may be worth mentioning that it *doesn't* enable warnings about all binary/text comparisons the way the Python 3 one does.
History
Date User Action Args
2017-01-12 03:26:37ncoghlansetrecipients: + ncoghlan, lemburg, georg.brandl, ezio.melotti, eric.araujo, Arfrever, r.david.murray, docs@python, martin.panter, emily.zhao, gbengeult
2017-01-12 03:26:37ncoghlansetmessageid: <1484191597.92.0.889246117789.issue11681@psf.upfronthosting.co.za>
2017-01-12 03:26:37ncoghlanlinkissue11681 messages
2017-01-12 03:26:37ncoghlancreate