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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 7 Sep 2000 15:03:32 -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

Follow-Ups:

Date: 2000-Sep-07 15:03
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

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