[Python-bugs-list] [Bug #113721] urllib handles proxy badly

noreply@sourceforge.net noreply@sourceforge.net
Wed, 6 Sep 2000 09:30:09 -0700


Bug #113721, was updated on 2000-Sep-06 09:30
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: urllib handles proxy badly

Details: The following gives "host not found" when a proxy server is in use:

    import urllib
    w=urllib.urlopen("http://www.pythonlabs.com")

The host name is changed to "http=PROXYSERVER" and fails

This works under Python 1.5.2, but fails under Python 2.0b1

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=113721&group_id=5470