diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-17 22:43:25 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-17 22:43:25 (GMT) |
commit | 3121547f42a08e5a8c50eb87d7042209045e0816 (patch) | |
tree | 908914a7f92968ff06aca54ebc44544db3c33332 /Doc/library/urllib.request.rst | |
parent | 42d1320c06eec275de5a080a5285f9cd7c08d15d (diff) | |
parent | ed270fab649c8b2a454c3aaa0c3702d50b9ff127 (diff) | |
download | cpython-3121547f42a08e5a8c50eb87d7042209045e0816.zip cpython-3121547f42a08e5a8c50eb87d7042209045e0816.tar.gz cpython-3121547f42a08e5a8c50eb87d7042209045e0816.tar.bz2 |
merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index e94575a..c3a0a43 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -323,6 +323,11 @@ The following classes are provided: A catch-all class to handle unknown URLs. +.. class:: HTTPErrorProcessor() + + Process HTTP error responses. + + .. _request-objects: Request Objects |