]> granicus.if.org Git - python/commit
- Improved handling of win32 proxy settings (addresses bug #114256).
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 24 Sep 2000 18:51:25 +0000 (18:51 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 24 Sep 2000 18:51:25 +0000 (18:51 +0000)
commitb49f88bfc122440e6b056b3c051ac3f928a1df92
treee2eab2a5e731bf4ace2964292218df821c82c06c
parentab64787dcaf4e310cfb77317ff65d103cd22c47c
- Improved handling of win32 proxy settings (addresses bug #114256).

The earlier code assumed "protocol=host;protocol=host;..." or "host",
but Windows may also use "protocol=host" (just one entry), as well as
"protocol://host".  This code needs some more work, so I'll leave the
bug open for now.
Lib/urllib.py