Re: [issue12479] Add HTTPErrorProcessor class definition

2011-07-18 Thread Senthil Kumaran
On Mon, Jul 18, 2011 at 02:07:42PM +, É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! __

[issue12479] Add HTTPErrorProcessor class definition

2011-07-18 Thread Éric Araujo
Éric Araujo added the comment: 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 conten

[issue12479] Add HTTPErrorProcessor class definition

2011-07-18 Thread Éric Araujo
Éric Araujo added the comment: 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. -- nosy: +eric.araujo ___ Python tracker

[issue12479] Add HTTPErrorProcessor class definition

2011-07-17 Thread Roundup Robot
Roundup Robot added the comment: 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 branc

[issue12479] Add HTTPErrorProcessor class definition

2011-07-03 Thread Sandro Tosi
Changes by Sandro Tosi : Added file: http://bugs.python.org/file22553/HTTPErrorProcessor_class-py27.patch ___ Python tracker ___ ___ Python-bu

[issue12479] Add HTTPErrorProcessor class definition

2011-07-03 Thread Sandro Tosi
New submission from Sandro Tosi : 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. -- assignee: docs@python components: Documentation fi