]> 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)
commit78254dc6fc71d28f70c52dd70c0bc3e14ae7d0c2
treea6557070a42e14875f2f7c0dc4cd3f711f44d674
parent4203570d01e8752288a5aed95f5a832f15a5b548
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/test_asyncore.py
Lib/test/test_ftplib.py
Lib/test/test_multiprocessing.py
Lib/test/test_support.py
Misc/NEWS