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 serhiy.storchaka
Recipients ezio.melotti, lemburg, loewis, serhiy.storchaka, vstinner
Date 2015-09-27.22:14:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443392063.78.0.628256710878.issue24848@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch fixes also a bug in _PyUnicodeWriter. Other affected encoding is "unicode-escape":

>>> br'\u;'.decode('unicode-escape', 'replace')
'ý;'
History
Date User Action Args
2015-09-27 22:14:23serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, vstinner, ezio.melotti
2015-09-27 22:14:23serhiy.storchakasetmessageid: <1443392063.78.0.628256710878.issue24848@psf.upfronthosting.co.za>
2015-09-27 22:14:23serhiy.storchakalinkissue24848 messages
2015-09-27 22:14:23serhiy.storchakacreate