diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-17 22:42:46 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-17 22:42:46 (GMT) |
commit | ed270fab649c8b2a454c3aaa0c3702d50b9ff127 (patch) | |
tree | 850260add036d15a4ab1480709ad72e11319dd78 /Doc/library | |
parent | 023c6f703d77734f77531916286c42bbf9e17d6b (diff) | |
download | cpython-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.rst | 5 |
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 |