]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition...
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 17 Jul 2011 22:44:11 +0000 (06:44 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 17 Jul 2011 22:44:11 +0000 (06:44 +0800)
Doc/library/urllib2.rst

index 93d6bcffeddfb96b1d44ff1356349b03a3ffbdbd..f81750e81c20f3b772806550d674154f5279cbb9 100644 (file)
@@ -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