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 amaury.forgeotdarc, ezio.melotti, flox, iritkatriel, lemburg, r.david.murray, rhansen, serhiy.storchaka
Date 2021-08-09.19:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628538344.3.0.68870049672.issue7615@roundup.psfhosted.org>
In-reply-to
Content
Nothing was changed. Backslashes in your output are backslashes in the bytes object repr.

>>> print('a\'b"c\'\'\'d"""e'.encode('unicode_escape').decode())
a'b"c'''d"""e
History
Date User Action Args
2021-08-09 19:45:44serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, amaury.forgeotdarc, ezio.melotti, r.david.murray, flox, rhansen, iritkatriel
2021-08-09 19:45:44serhiy.storchakasetmessageid: <1628538344.3.0.68870049672.issue7615@roundup.psfhosted.org>
2021-08-09 19:45:44serhiy.storchakalinkissue7615 messages
2021-08-09 19:45:44serhiy.storchakacreate