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.

classification
Title: email.utils.unquote strips too many slashes
Type: behavior Stage:
Components: email Versions: Python 3.11, Python 3.10, Python 3.9, Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry, hbandi, r.david.murray
Priority: normal Keywords:

Created on 2022-01-30 10:42 by hbandi, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 31016 hbandi, 2022-01-30 10:42
Messages (1)
msg412137 - (view) Author: hbandi (hbandi) * Date: 2022-01-30 10:42
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-04-11 14:59:55adminsetgithub: 90738
2022-01-30 10:42:02hbandicreate