diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-10-02 16:04:44 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-10-02 16:04:44 (GMT) |
commit | 7f8199a9979c9f100d754d4910d5e1bd6f929d9a (patch) | |
tree | 0800e3381257e6caf644f11312e6acc05e682039 /Misc/NEWS | |
parent | 996e13c838a9926087532755ea43b7ecba1ddb50 (diff) | |
download | cpython-7f8199a9979c9f100d754d4910d5e1bd6f929d9a.zip cpython-7f8199a9979c9f100d754d4910d5e1bd6f929d9a.tar.gz cpython-7f8199a9979c9f100d754d4910d5e1bd6f929d9a.tar.bz2 |
Merged revisions 85179 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85179 | r.david.murray | 2010-10-02 11:58:26 -0400 (Sat, 02 Oct 2010) | 6 lines
#1050268: make parseaddr 'quote' the contents of quoted strings in addresses.
Also made the doc string for email._parseaddr's 'quote' function more
accurate; I'd love to make the function match the old docstring instead,
but other code uses it according the existing semantics.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -121,6 +121,9 @@ C-API Library ------- +- Issue #1050268: parseaddr now correctly quotes double quote and backslash + characters that appear inside quoted strings in email addresses. + - Issue #10004: quoprimime no longer generates a traceback when confronted with invalid characters after '=' in a Q-encoded word. |