]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Aug 2018 10:02:08 +0000 (06:02 -0400)
committerGitHub <noreply@github.com>
Fri, 17 Aug 2018 10:02:08 +0000 (06:02 -0400)
commit05d89ef785ab3cb6dd28f10f312f68f8e6a163ce
tree86a5620c98f59e58fb144537584478d012561743
parent870247a57e84ccaa3f6a6ce955f4168632b967a8
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)

The http_response() and https_response() methods of the HTTPErrorProcessor
class have two required parameters, 'request' and 'response'.
(cherry picked from commit c53aaec793e018edef4e72a3edbd338b10db10aa)

Co-authored-by: Sebastian Rittau <srittau@rittau.org>
Doc/library/urllib.request.rst