From: Senthil Kumaran Date: Sun, 17 Jul 2011 22:44:11 +0000 (+0800) Subject: merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition... X-Git-Tag: v2.7.3rc1~606 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=612b2b338b333f42557c0c83fedb7ad685a1d829;p=thirdparty%2FPython%2Fcpython.git merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi --- diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index 93d6bcffeddf..f81750e81c20 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