diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-17 02:09:10 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-17 02:09:10 (GMT) |
commit | b52c0be4d284782475a96ce070075b5e912bccaf (patch) | |
tree | 1e11183d447e15fdc3ff626c5e7c7ed690d08493 /Misc | |
parent | b3c728fd8924f271c708ea8ae6692ae5cb484a34 (diff) | |
parent | a215023b784eb1e23b2e91a007bc9a19750ed3c0 (diff) | |
download | cpython-b52c0be4d284782475a96ce070075b5e912bccaf.zip cpython-b52c0be4d284782475a96ce070075b5e912bccaf.tar.gz cpython-b52c0be4d284782475a96ce070075b5e912bccaf.tar.bz2 |
Merge from remote
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |