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 r.david.murray
Recipients airween, r.david.murray
Date 2015-11-26.17:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448557592.47.0.475352441167.issue25736@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and as for why this worked in python2: in python2 strings were binary, not unicode, so the non-ascii stuff was already in bytes form.
History
Date User Action Args
2015-11-26 17:06:32r.david.murraysetrecipients: + r.david.murray, airween
2015-11-26 17:06:32r.david.murraysetmessageid: <1448557592.47.0.475352441167.issue25736@psf.upfronthosting.co.za>
2015-11-26 17:06:32r.david.murraylinkissue25736 messages
2015-11-26 17:06:32r.david.murraycreate