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 iritkatriel
Recipients amaury.forgeotdarc, ezio.melotti, flox, iritkatriel, lemburg, r.david.murray, rhansen
Date 2021-08-09.19:30:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628537403.67.0.395812476288.issue7615@roundup.psfhosted.org>
In-reply-to
Content
Looks like this has been fixed by now:

>>> print(u'a\'b"c\'\'\'d"""e'.encode('unicode_escape'))
b'a\'b"c\'\'\'d"""e'

Let me know if there is a reason not to close this issue.
History
Date User Action Args
2021-08-09 19:30:03iritkatrielsetrecipients: + iritkatriel, lemburg, amaury.forgeotdarc, ezio.melotti, r.david.murray, flox, rhansen
2021-08-09 19:30:03iritkatrielsetmessageid: <1628537403.67.0.395812476288.issue7615@roundup.psfhosted.org>
2021-08-09 19:30:03iritkatriellinkissue7615 messages
2021-08-09 19:30:03iritkatrielcreate