]> granicus.if.org Git - python/commit
Issue #11811: Factor out detection of IPv6 support on the current host
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Apr 2011 17:18:10 +0000 (19:18 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Apr 2011 17:18:10 +0000 (19:18 +0200)
commit9c39f3c4ec0cfc3655b95c3637c4222ecb173f33
treeb3ba0194360d3f57dd49784248493476ec921773
parent70eb79c669547509d82b3e2d8fac7fa1b6244f75
Issue #11811: Factor out detection of IPv6 support on the current host
and make it available as `test.support.IPV6_ENABLED`.  Patch by
Charles-François Natali.
Lib/test/support.py
Lib/test/test_ftplib.py
Lib/test/test_socket.py
Misc/NEWS