undocumented classes in library/urllib2.rst

Hello, I am Japanese Pythonista and translating Python documents into Japanese. I found undocumented classes in library/urllib2.rst, - HTTPErrorProcessor - AbstractHTTPHandler. The AbstractHTTPHandler may be undocumented because this class is abstract and used only for implementation of common methods in its subclasses. However, I do not realize why the class HTTPErrorProcessor is undocumented. Regards. -- class Cocoatomo: name = 'cocoatomo' email_address = 'cocoatomo77@gmail.com' twitter_id = '@cocoatomo'

Hello, I am @cocoatomo. Sorry for my bad explanation.
However, I do not realize why the class HTTPErrorProcessor is undocumented.
This means I wonder why the class HTTPErrorProcessor is undocumented as a class just after where the class UnknownHandler is documented. My expectation: (urllib2.rst) .. class:: UnknownHandler() A catch-all class to handle unknown URLs. + .. class:: HTTPErrorProcessor() + + # explanation of HTTPErrorProcessor... (/urllib2.rst) Regards. On 19 June 2011 08:51, tomo cocoa <cocoatomo77@gmail.com> wrote:
-- class Cocoatomo: name = 'cocoatomo' email_address = 'cocoatomo77@gmail.com' twitter_id = '@cocoatomo'

Hello Tomo, On Sun, Jun 19, 2011 at 02:16, tomo cocoa <cocoatomo77@gmail.com> wrote:
i've opened http://bugs.python.org/issue12479 to fix it. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi

Hello, I am @cocoatomo. Sorry for my bad explanation.
However, I do not realize why the class HTTPErrorProcessor is undocumented.
This means I wonder why the class HTTPErrorProcessor is undocumented as a class just after where the class UnknownHandler is documented. My expectation: (urllib2.rst) .. class:: UnknownHandler() A catch-all class to handle unknown URLs. + .. class:: HTTPErrorProcessor() + + # explanation of HTTPErrorProcessor... (/urllib2.rst) Regards. On 19 June 2011 08:51, tomo cocoa <cocoatomo77@gmail.com> wrote:
-- class Cocoatomo: name = 'cocoatomo' email_address = 'cocoatomo77@gmail.com' twitter_id = '@cocoatomo'

Hello Tomo, On Sun, Jun 19, 2011 at 02:16, tomo cocoa <cocoatomo77@gmail.com> wrote:
i've opened http://bugs.python.org/issue12479 to fix it. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
participants (2)
-
Sandro Tosi
-
tomo cocoa