]> granicus.if.org Git - python/commit
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Aug 2013 22:39:46 +0000 (00:39 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Aug 2013 22:39:46 +0000 (00:39 +0200)
commit1e440cf5a267ce1787aa048525d45eb56fc06135
tree4ffa3bf47f07f129bf502d6c1cc081190f642abe
parent9e6b97502f3a0c5f7d24e0b7f05dc9b41b0d0b85
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
Lib/test/support/__init__.py
Lib/test/test_asyncore.py
Lib/test/test_ftplib.py
Lib/test/test_multiprocessing.py
Lib/test/test_timeout.py
Misc/NEWS