]> 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:35:52 +0000 (06:35 -0400)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 17 Aug 2018 10:35:52 +0000 (13:35 +0300)
commit02c4d4b6dcd772ec3a7fdca517118f3fa53b0b88
treeb546e66d7c1570f9c6d26a32d533d5e76d92f496
parentcabe916dc694997d4892b58986e73a713d5a2f8d
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