summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-17 22:44:11 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-17 22:44:11 (GMT)
commit612b2b338b333f42557c0c83fedb7ad685a1d829 (patch)
tree29e71815685be9072df4f2014815f431076154c1
parent4c9721ad402870d097c833150ac854ef4e801c23 (diff)
downloadcpython-612b2b338b333f42557c0c83fedb7ad685a1d829.zip
cpython-612b2b338b333f42557c0c83fedb7ad685a1d829.tar.gz
cpython-612b2b338b333f42557c0c83fedb7ad685a1d829.tar.bz2
merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi
-rw-r--r--Doc/library/urllib2.rst5
1 files changed, 5 insertions, 0 deletions
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