summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-07-12 20:01:10 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-07-12 20:01:10 (GMT)
commit1f9d24a18d96a899dfcb0ce630cbbb78ec2cec7a (patch)
treec830141c0bd52bd4b1c8fb593ee127071caddb63 /Misc/NEWS
parentae95b4f7a5344de372885fb25d8fadbb14c8fea4 (diff)
parent923512f327af6944bbdbc905d2372658a3977489 (diff)
downloadcpython-1f9d24a18d96a899dfcb0ce630cbbb78ec2cec7a.zip
cpython-1f9d24a18d96a899dfcb0ce630cbbb78ec2cec7a.tar.gz
cpython-1f9d24a18d96a899dfcb0ce630cbbb78ec2cec7a.tar.bz2
Merge: #18431: Decode encoded words in atoms in new email parser.
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 bcdfbf3..da97dbc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,9 @@ Core and Builtins
Library
-------
+- Issue #18431: The new email header parser now decodes RFC2047 encoded words
+ in structured headers.
+
- Issue #18044: The new email header parser was mis-parsing encoded words where
an encoded character immediately followed the '?' that follows the CTE
character, resulting in a decoding failure. They are now decoded correctly.