]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro...
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 17 Jul 2011 22:42:46 +0000 (06:42 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 17 Jul 2011 22:42:46 +0000 (06:42 +0800)
Doc/library/urllib.request.rst

index 2cd062031fe53b3ece866f279932ad07b3c68b08..65e94fb050adcf5db7cbdc64aa1186f6d2959f76 100644 (file)
@@ -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