cpython: 8d64d47569cb (original) (raw)

Mercurial > cpython

changeset 71388:8d64d47569cb 3.2

Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi

Senthil Kumaran senthil@uthcode.com
date Mon, 18 Jul 2011 06:42:46 +0800
parents 05f0ffe4e0b3
children b2125a6deb96 70983e8b114a
files Doc/library/urllib.request.rst
diffstat 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Doc/library/urllib.request.rst 5

line wrap: on

line diff

--- 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() +

+ .. _request-objects: Request Objects