Issue 12479: Add HTTPErrorProcessor class definition (original ) (raw ) Issue12479
Created on 2011-07-03 12:53 by sandro.tosi , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (5)
msg139687 - (view)
Author: Sandro Tosi (sandro.tosi) *
Date: 2011-07-03 12:53
As reported in http://mail.python.org/pipermail/docs/2011-June/004879.html urllibs/urllib.request misses the definition of HTTPErrorProcessor class; the attached patches add it to the documentation.
msg140545 - (view)
Author: Roundup Robot (python-dev)
Date: 2011-07-17 22:44
New changeset 8d64d47569cb by Senthil Kumaran in branch '3.2': Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi http://hg.python.org/cpython/rev/8d64d47569cb New changeset b2125a6deb96 by Senthil Kumaran in branch 'default': merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi http://hg.python.org/cpython/rev/b2125a6deb96 New changeset b9ae6be1874d by Senthil Kumaran in branch '2.7': merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi http://hg.python.org/cpython/rev/b9ae6be1874d
msg140580 - (view)
Author: Éric Araujo (eric.araujo) *
Date: 2011-07-18 14:03
It seems to me that the doc after the patch is barely more helpful. It does not explain when and how one would see or use the class, nor what it does.
msg140582 - (view)
Author: Éric Araujo (eric.araujo) *
Date: 2011-07-18 14:07
Ah, I see that the class is referenced earlier in the file, and that its methods come after. I’d put the class definition just before the methods. (I would even refactor the reST to use nested class/method combo, but that’s a minor markup cleanup, not a content improvement.)
msg140633 - (view)
Author: Senthil Kumaran (orsenthil) *
Date: 2011-07-18 23:31
On Mon, Jul 18, 2011 at 02:07:42PM +0000, Éric Araujo wrote: > I’d put the class definition just before the methods. (I would even > refactor the reST to use nested class/method combo... This is a good suggestion. It would good to do some point in time soon. Thanks!
History
Date
User
Action
Args
2022-04-11 14:57:19
admin
set
github: 56688
2011-07-18 23:31:12
orsenthil
set
nosy: + orsenthil messages: +
2011-07-18 14:07:41
eric.araujo
set
messages: +
2011-07-18 14:03:46
eric.araujo
set
nosy: + eric.araujo messages: +
2011-07-17 22:44:38
python-dev
set
status: open -> closednosy: + python-dev messages: + resolution: fixedstage: patch review -> resolved
2011-07-03 12:53:45
sandro.tosi
set
files: + HTTPErrorProcessor_class-py27.patch
2011-07-03 12:53:39
sandro.tosi
create