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 jkugler
Recipients georg.brandl, jkugler
Date 2009-03-20.00:25:17
SpamBayes Score 0.011005787
Marked as misclassified No
Message-id <1237508721.0.0.854942701546.issue5522@psf.upfronthosting.co.za>
In-reply-to
Content
On the page lib/http-redirect-handler.html it says the signature of 
redirect_request is:

redirect_request(  req, fp, code, msg, hdrs)

It is actually:

redirect_request(req, fp, code, msg, hdrs, newurl)

Well, technically the signature is:

redirect_request(self, req, fp, code, msg, hdrs, newurl)

but it is called as the six-argument version.
History
Date User Action Args
2009-03-20 00:25:21jkuglersetrecipients: + jkugler, georg.brandl
2009-03-20 00:25:21jkuglersetmessageid: <1237508721.0.0.854942701546.issue5522@psf.upfronthosting.co.za>
2009-03-20 00:25:18jkuglerlinkissue5522 messages
2009-03-20 00:25:17jkuglercreate