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 hbandi
Recipients barry, hbandi, r.david.murray
Date 2022-01-30.10:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643539322.11.0.428529022673.issue46580@roundup.psfhosted.org>
In-reply-to
Content
email.utils.unquote currently unescapes all backslashes, then unescapes all double quotes in the resulting string. it may removes too many backslashes. see GH PR for an example.
History
Date User Action Args
2022-01-30 10:42:02hbandisetrecipients: + hbandi, barry, r.david.murray
2022-01-30 10:42:02hbandisetmessageid: <1643539322.11.0.428529022673.issue46580@roundup.psfhosted.org>
2022-01-30 10:42:02hbandilinkissue46580 messages
2022-01-30 10:42:01hbandicreate