diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-17 22:44:11 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-17 22:44:11 (GMT) |
commit | 612b2b338b333f42557c0c83fedb7ad685a1d829 (patch) | |
tree | 29e71815685be9072df4f2014815f431076154c1 | |
parent | 4c9721ad402870d097c833150ac854ef4e801c23 (diff) | |
download | cpython-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.rst | 5 |
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 |