From: Charles-François Natali Date: Tue, 8 Jan 2013 19:03:07 +0000 (+0100) Subject: Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. X-Git-Tag: v3.4.0a1~1676 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd18e78897eb2a776bba62c30aac87b57e3a7579;p=python Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. --- cd18e78897eb2a776bba62c30aac87b57e3a7579 diff --cc Misc/NEWS index 4da0b8c7ae,b40d4c7f05..2ed6714cf2 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -601,13 -400,8 +601,15 @@@ Extension Module Tests ----- ++- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. ++ - Issue #16748: test_heapq now works with unittest test discovery. +- Issue #10646: Tests rearranged for os.samefile/samestat to check for not + just symlinks but also hard links. + +- Issue #15302: Switch regrtest from using getopt to using argparse. + - Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize options.