summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-03-17 02:09:10 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2011-03-17 02:09:10 (GMT)
commitb52c0be4d284782475a96ce070075b5e912bccaf (patch)
tree1e11183d447e15fdc3ff626c5e7c7ed690d08493 /Misc
parentb3c728fd8924f271c708ea8ae6692ae5cb484a34 (diff)
parenta215023b784eb1e23b2e91a007bc9a19750ed3c0 (diff)
downloadcpython-b52c0be4d284782475a96ce070075b5e912bccaf.zip
cpython-b52c0be4d284782475a96ce070075b5e912bccaf.tar.gz
cpython-b52c0be4d284782475a96ce070075b5e912bccaf.tar.bz2
Merge from remote
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f2d0d76..1bce668 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Library
- Issue #11577: fix ResourceWarning triggered by improved binhex test coverage
+- Issue #11243: fix the parameter querying methods of Message to work if
+ the headers contain un-encoded non-ASCII data.
+
- Issue #11401: fix handling of headers with no value; this fixes a regression
relative to Python2 and the result is now the same as it was in Python2.