From ed270fab649c8b2a454c3aaa0c3702d50b9ff127 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 18 Jul 2011 06:42:46 +0800 Subject: Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi --- Doc/library/urllib.request.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 2cd0620..65e94fb 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 -- cgit v0.12