commit | ed270fab649c8b2a454c3aaa0c3702d50b9ff127 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Mon Jul 18 06:42:46 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Mon Jul 18 06:42:46 2011 +0800 |
tree | 850260add036d15a4ab1480709ad72e11319dd78 | |
parent | 023c6f703d77734f77531916286c42bbf9e17d6b [diff] [blame] |
Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi
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 @@ A catch-all class to handle unknown URLs. +.. class:: HTTPErrorProcessor() + + Process HTTP error responses. + + .. _request-objects: Request Objects