New submission from hbandi <e3b11...@uucp.hu>:

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.

----------
components: email
messages: 412137
nosy: barry, hbandi, r.david.murray
priority: normal
pull_requests: 29198
severity: normal
status: open
title: email.utils.unquote strips too many slashes
type: behavior
versions: Python 3.10, Python 3.11, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46580>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to