[New-bugs-announce] [issue4894] documentaion doesn't include parameter in urllib.request.HTTPRedirectHandler.redirect_request

mroman report at bugs.python.org
Fri Jan 9 14:58:36 CET 2009


New submission from mroman <mroman at 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 <report at bugs.python.org>
<http://bugs.python.org/issue4894>
_______________________________________


More information about the New-bugs-announce mailing list