diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-17 01:11:23 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-17 01:11:23 (GMT) |
commit | a215023b784eb1e23b2e91a007bc9a19750ed3c0 (patch) | |
tree | db37b1f3345e2bf6b7c117177e3d578fb5abc3c5 /Misc | |
parent | 4e4326829f2997624261628081110bb87c090711 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |