summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-17 01:11:23 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-17 01:11:23 (GMT)
commita215023b784eb1e23b2e91a007bc9a19750ed3c0 (patch)
treedb37b1f3345e2bf6b7c117177e3d578fb5abc3c5 /Misc
parent4e4326829f2997624261628081110bb87c090711 (diff)
downloadcpython-a215023b784eb1e23b2e91a007bc9a19750ed3c0.zip
cpython-a215023b784eb1e23b2e91a007bc9a19750ed3c0.tar.gz
cpython-a215023b784eb1e23b2e91a007bc9a19750ed3c0.tar.bz2
#11243: tests and fixes for handling of 'dirty data' in additional methods
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 c787ece..c787fed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- 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.