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 Sworddragon, ezio.melotti, lemburg, ncoghlan, r.david.murray, vstinner
Date 2014-04-23.22:19:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398291556.5.0.102947084817.issue21331@psf.upfronthosting.co.za>
In-reply-to
Content
Also, I'm not sure what this should do, but what it does do doesn't look right:

>>> codecs.decode('ä', 'unicode-escape')
'ä'
History
Date User Action Args
2014-04-23 22:19:16r.david.murraysetrecipients: + r.david.murray, lemburg, ncoghlan, vstinner, ezio.melotti, Sworddragon
2014-04-23 22:19:16r.david.murraysetmessageid: <1398291556.5.0.102947084817.issue21331@psf.upfronthosting.co.za>
2014-04-23 22:19:16r.david.murraylinkissue21331 messages
2014-04-23 22:19:16r.david.murraycreate