]> granicus.if.org Git - python/commit
Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify...
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 22 Oct 2012 16:43:04 +0000 (09:43 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 22 Oct 2012 16:43:04 +0000 (09:43 -0700)
commit40d8078f418104e8558e72ca71484d8f3df088ce
tree15df1dbcc062bc733b9c13af75e7568197a25c10
parentefb15993f8c7788958da288cd66cf49b8afdd871
Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/NEWS