[Python-bugs-list] [Bug #124629] urllib2.CustomProxyHandler has invalid code sequence
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 5 Dec 2000 15:59:33 -0800
Bug #124629, was updated on 2000-Dec-05 15:53
Here is a current snapshot of the bug.
Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: Nobody
Assigned to : jhylton
Summary: urllib2.CustomProxyHandler has invalid code sequence
Details: The method "do_proxy" is defined:
def do_proxy(self, p, req):
p
return self.parent.open(req)
Where the line "p" should probably be "p()".
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=124629&group_id=5470