summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-10-02 16:04:44 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-10-02 16:04:44 (GMT)
commit7f8199a9979c9f100d754d4910d5e1bd6f929d9a (patch)
tree0800e3381257e6caf644f11312e6acc05e682039 /Misc/NEWS
parent996e13c838a9926087532755ea43b7ecba1ddb50 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8781c00..d9d4a0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.