[New-bugs-announce] [issue34418] Arguments missing from documentation for HTTPErrorProcessor.http(s)_response()

Sebastian Rittau report at bugs.python.org
Fri Aug 17 03:45:47 EDT 2018


New submission from Sebastian Rittau <srittau at rittau.biz>:

The documentation at https://docs.python.org/3/library/urllib.request.html#urllib.request.HTTPErrorProcessor does not list the two arguments "request" and "response" that HTTPErrorProcessor.http_response() and https_response() actually require. (I checked the implementation in Python 3.5 and 3.7.)

----------
assignee: docs at python
components: Documentation
messages: 323638
nosy: docs at python, srittau
priority: normal
severity: normal
status: open
title: Arguments missing from documentation for HTTPErrorProcessor.http(s)_response()
versions: Python 3.5, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34418>
_______________________________________


More information about the New-bugs-announce mailing list