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 dstufft
Recipients alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, ncoghlan, pitrou
Date 2014-04-22.21:30:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398202206.11.0.0403318533632.issue21306@psf.upfronthosting.co.za>
In-reply-to
Content
try:
    data = data.encode("ascii")
except UnicodeEncodeError:
    raise TypeError("comparing unicode with non-ASCII characters is not supported")

?
History
Date User Action Args
2014-04-22 21:30:06dstufftsetrecipients: + dstufft, ncoghlan, janssen, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, alex
2014-04-22 21:30:06dstufftsetmessageid: <1398202206.11.0.0403318533632.issue21306@psf.upfronthosting.co.za>
2014-04-22 21:30:06dstufftlinkissue21306 messages
2014-04-22 21:30:06dstufftcreate