summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-17 22:42:46 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-17 22:42:46 (GMT)
commited270fab649c8b2a454c3aaa0c3702d50b9ff127 (patch)
tree850260add036d15a4ab1480709ad72e11319dd78 /Doc/library
parent023c6f703d77734f77531916286c42bbf9e17d6b (diff)
downloadcpython-ed270fab649c8b2a454c3aaa0c3702d50b9ff127.zip
cpython-ed270fab649c8b2a454c3aaa0c3702d50b9ff127.tar.gz
cpython-ed270fab649c8b2a454c3aaa0c3702d50b9ff127.tar.bz2
Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/urllib.request.rst5
1 files changed, 5 insertions, 0 deletions
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