[Python-checkins] cpython (3.2): Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by

senthil.kumaran python-checkins at python.org
Mon Jul 18 00:44:37 CEST 2011


http://hg.python.org/cpython/rev/8d64d47569cb
changeset:   71388:8d64d47569cb
branch:      3.2
parent:      71385:05f0ffe4e0b3
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Mon Jul 18 06:42:46 2011 +0800
summary:
  Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi

files:
  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
--- 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list