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 SilentGhost
Recipients SilentGhost, ezio.melotti, vstinner, yayiba1223
Date 2020-01-25.15:36:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579966564.59.0.527061623515.issue39454@roundup.psfhosted.org>
In-reply-to
Content
Why are you using this type of encoding on this bytes object? It specifically says in its description that "Existing backslashes are not escaped in any way.". If you'd use unicode_escape instead, you would be able to round-trip back to your original string.
History
Date User Action Args
2020-01-25 15:36:04SilentGhostsetrecipients: + SilentGhost, vstinner, ezio.melotti, yayiba1223
2020-01-25 15:36:04SilentGhostsetmessageid: <1579966564.59.0.527061623515.issue39454@roundup.psfhosted.org>
2020-01-25 15:36:04SilentGhostlinkissue39454 messages
2020-01-25 15:36:04SilentGhostcreate