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 eli.bendersky
Recipients Brendan.OConnor, eli.bendersky, r.david.murray
Date 2013-08-04.01:00:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375578005.8.0.679954416958.issue18268@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what the issue here is, exactly. Python 2.7 is known for implicit conversions between ascii and unicode, and this appears to be an artifact of your data. Note that Python 2.7 only gets fixes for serious bugs at this point.

Can you reproduce this problem with Python 3.3? More generally, can you provide a small reproducer? Without this I don't think this is a constructive report, and will close the issue in a few days.
History
Date User Action Args
2013-08-04 01:00:05eli.benderskysetrecipients: + eli.bendersky, r.david.murray, Brendan.OConnor
2013-08-04 01:00:05eli.benderskysetmessageid: <1375578005.8.0.679954416958.issue18268@psf.upfronthosting.co.za>
2013-08-04 01:00:05eli.benderskylinkissue18268 messages
2013-08-04 01:00:04eli.benderskycreate