From: Senthil Kumaran Date: Sun, 17 Jul 2011 22:42:46 +0000 (+0800) Subject: Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro... X-Git-Tag: v3.2.2rc1~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed270fab649c8b2a454c3aaa0c3702d50b9ff127;p=thirdparty%2FPython%2Fcpython.git Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 2cd062031fe5..65e94fb050ad 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -313,6 +313,11 @@ The following classes are provided: A catch-all class to handle unknown URLs. +.. class:: HTTPErrorProcessor() + + Process HTTP error responses. + + .. _request-objects: Request Objects