From: Nick Coghlan Date: Thu, 17 Mar 2011 02:09:10 +0000 (-0400) Subject: Merge from remote X-Git-Tag: v3.2.1b1~266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b52c0be4d284782475a96ce070075b5e912bccaf;p=thirdparty%2FPython%2Fcpython.git Merge from remote --- b52c0be4d284782475a96ce070075b5e912bccaf diff --cc Misc/NEWS index f2d0d7658911,c787fedbaba7..1bce6681c619 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -40,8 -40,9 +40,11 @@@ Core and Builtin 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.