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 underrun
Recipients r.david.murray, serhiy.storchaka, underrun
Date 2013-08-08.20:47:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375994848.89.0.804264522586.issue18679@psf.upfronthosting.co.za>
In-reply-to
Content
> e.encode('latin1', 'backslashreplace').decode('unicode-escape')

this works, but still the quotes are backslash escaped. 

translate will do what i need for my use case, but it doesn't support streaming for larger chunks of data.

it is nice that there is a workaround but i do still think this is a valuable enough feature that there should be a builtin codec for it.
History
Date User Action Args
2013-08-08 20:47:28underrunsetrecipients: + underrun, r.david.murray, serhiy.storchaka
2013-08-08 20:47:28underrunsetmessageid: <1375994848.89.0.804264522586.issue18679@psf.upfronthosting.co.za>
2013-08-08 20:47:28underrunlinkissue18679 messages
2013-08-08 20:47:28underruncreate