]> granicus.if.org Git - python/commit
#12818: remove escaping of () in quoted strings in formataddr
authorR David Murray <rdmurray@bitdance.com>
Wed, 14 Mar 2012 19:31:47 +0000 (15:31 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 14 Mar 2012 19:31:47 +0000 (15:31 -0400)
commitb53319f509be7389187a943122de9e6b479a8bf9
tree610aa2d78a35a9bc780ab34f8e12064dd618d506
parent345266aa7e7fdbb1bbf3ffd244caff39406d46d2
#12818: remove escaping of () in quoted strings in formataddr

The quoting of ()s inside quoted strings is allowed by the RFC, but is not
needed.  There seems to be no reason to add needless escapes.
Lib/email/utils.py
Lib/test/test_email/test_email.py
Misc/NEWS