]> granicus.if.org Git - python/commit
Hopeful fix for SF bug 503031: urllib.py: open_http() host problem.
authorGuido van Rossum <guido@python.org>
Sun, 31 Mar 2002 23:38:48 +0000 (23:38 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 31 Mar 2002 23:38:48 +0000 (23:38 +0000)
commitb955d6c41e80806c8390dba47323ef7fc41f05aa
tree47e6148096633baa59e568f389f8c0bd2105f30b
parentdfd59e039a5e070fd6fc8ec4de749c84f9535823
Hopeful fix for SF bug 503031: urllib.py: open_http() host problem.

I really can't test this, but from reading the discussion in that bug
report, it's likely that this works.  It may also close a whole bunch
of other bug reports related to urllib and proxies on Windows, but who
knows.
Lib/urllib.py