From: Antoine Pitrou Date: Thu, 17 Mar 2011 21:40:18 +0000 (+0100) Subject: Issue #5421: merge fix X-Git-Tag: v3.2.1b1~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9befeb3743aaaee6aef036b5a1092cc02d9b4dfa;p=python Issue #5421: merge fix --- 9befeb3743aaaee6aef036b5a1092cc02d9b4dfa diff --cc Misc/NEWS index 432441a8a5,f18e557fd0..328e44d01d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -40,15 -40,9 +40,17 @@@ Core and Builtin Library ------- + - Issue #5421: Fix misleading error message when one of socket.sendto()'s + arguments has the wrong type. Patch by Nikita Vetoshkin. +- Issue #10979: unittest stdout buffering now works with class and module + setup and teardown. + +- 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.