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 mroman
Recipients georg.brandl, mroman, quiver
Date 2009-01-09.13:58:34
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1231509516.06.0.732679259028.issue4894@psf.upfronthosting.co.za>
In-reply-to
Content
documentaion doesn't include parameter in 
urllib.request.HTTPRedirectHandler.redirect_request

http://docs.python.org/3.0/library/urllib.request.html#urllib.request.HT
TPRedirectHandler.redirect_request

says:
HTTPRedirectHandler.redirect_request(req, fp, code, msg, hdrs)

while code says:
    def redirect_request(self, req, fp, code, msg, headers, newurl):
History
Date User Action Args
2009-03-09 14:27:12georg.brandlsetspambayes_score: 0.728871 -> 0.0
2009-01-09 13:58:36mromansetrecipients: + mroman, georg.brandl, quiver
2009-01-09 13:58:36mromansetmessageid: <1231509516.06.0.732679259028.issue4894@psf.upfronthosting.co.za>
2009-01-09 13:58:35mromanlinkissue4894 messages
2009-01-09 13:58:34mromancreate