This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jjlee
Recipients
Date 2003-05-10.00:21:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
urllib / urllib2 should cache the results of 301 
(permanent) redirections.  This shouldn't break 
anything, since it's just an internal optimisation 
from one point of view -- but it's also what the 
RFC (2616, section 10.3.2, first para) says 
SHOULD happen. 
 
History
Date User Action Args
2007-08-23 16:06:42adminlinkissue735515 messages
2007-08-23 16:06:42admincreate