New submission from mroman <mro...@eduapple.pl>: 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): ---------- assignee: georg.brandl components: Documentation messages: 79468 nosy: georg.brandl, mroman, quiver severity: normal status: open title: documentaion doesn't include parameter in urllib.request.HTTPRedirectHandler.redirect_request versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4894> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com