[Patches] [ python-Patches-731153 ] redirect fails in urllib2

SourceForge.net noreply at sourceforge.net
Fri Aug 22 18:20:59 EDT 2003


Patches item #731153, was opened at 2003-05-02 05:58
Message generated for change (Comment added) made by jjlee
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=731153&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: David Lewis (davidmlewis)
Assigned to: Jeremy Hylton (jhylton)
Summary: redirect fails in urllib2

Initial Comment:
There were two simple errors in urllib2's redirection code. In two 
cases, req.method was being invoked when the author meant 
req.get_method. The second error was the failure to make the 
redirected URL available to the redirect handler; I passed it as a 
parameter, but it could have been added as another instance variable.

----------------------------------------------------------------------

Comment By: John J Lee (jjlee)
Date: 2003-08-23 01:20

Message:
Logged In: YES 
user_id=261020

This was fixed some time ago, and should be closed. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=731153&group_id=5470



More information about the Patches mailing list