[issue12818] email.utils.formataddr incorrectly quotes parens inside quoted strings

R. David Murray report at bugs.python.org
Mon Aug 22 16:37:44 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Hmm.  The output of formataddr is not actually incorrect, it just overquotes compared to what is required by the RFC.  Attached is a fix, but since this isn't technically an RFC bug, I'm removing 3.2 and 2.7 from versions.

----------
keywords:  -easy
stage:  -> patch review
type:  -> behavior
versions:  -Python 2.7, Python 3.2
Added file: http://bugs.python.org/file22999/formataddr_paren_quote.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12818>
_______________________________________


More information about the Python-bugs-list mailing list