[Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class

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


http://hg.python.org/cpython/rev/b2125a6deb96
changeset:   71389:b2125a6deb96
parent:      71386:dca12bc78326
parent:      71388:8d64d47569cb
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Mon Jul 18 06:43:25 2011 +0800
summary:
  merge from 3.2 - 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
@@ -323,6 +323,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