[issue5522] HTTPRedirectHandler documentation is wrong

2009-03-19 Thread Joshua Kugler
New submission from Joshua Kugler : 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(s

[issue5522] HTTPRedirectHandler documentation is wrong

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: This seems to be fixed in the development docs. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ _