From: Ezio Melotti Date: Wed, 27 Feb 2013 08:09:46 +0000 (+0200) Subject: #17304: merge with 3.3. X-Git-Tag: v3.4.0a1~1308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1569e550c291b930df8bf31fdb60985add22ac7;p=python #17304: merge with 3.3. --- e1569e550c291b930df8bf31fdb60985add22ac7 diff --cc Misc/NEWS index 60dda936ab,70e71a21b6..ce46afcb5d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -891,8 -644,9 +891,11 @@@ Test - Issue #15539: Added regression tests for Tools/scripts/pindent.py. +- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. + + - Issue #17304: test_hash now works with unittest test discovery. + Patch by Zachary Ware. + - Issue #17303: test_future* now work with unittest test discovery. Patch by Zachary Ware.