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 srittau
Recipients docs@python, srittau
Date 2018-08-17.07:45:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534491947.25.0.56676864532.issue34418@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2018-08-17 07:45:47srittausetrecipients: + srittau, docs@python
2018-08-17 07:45:47srittausetmessageid: <1534491947.25.0.56676864532.issue34418@psf.upfronthosting.co.za>
2018-08-17 07:45:47srittaulinkissue34418 messages
2018-08-17 07:45:46srittaucreate