From 612b2b338b333f42557c0c83fedb7ad685a1d829 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 18 Jul 2011 06:44:11 +0800 Subject: merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi --- Doc/library/urllib2.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index 93d6bcf..f81750e 100644 --- a/Doc/library/urllib2.rst +++ b/Doc/library/urllib2.rst @@ -297,6 +297,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