Christian Heimes added the comment:

It's not a problem with pydoc but a problem in the pyexpat module. I
believe that the C code is broken. See for yourself:

>>> dir(pyexpat.XMLParserType)
['__class__', '__delattr__', '__dir__', '__doc__', '__eq__',
'__format__', '__ge__', '__getattribute__', '__gt__', '__hash__',
'__init__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__',
'__reduce_ex__', '__repr__', '__setattr__', '__str__', 'xZK\x08']

There is an issue in the method list. Since most lines of pyexpat were
written by fdrake I'm assigning the bug to him.

----------
assignee:  -> fdrake
keywords: +py3k
nosy: +fdrake, tiran
priority: low -> high
resolution:  -> accepted
title: pydoc doesn't work on pyexpat -> pyexpat.XMParserType broken (was: pydoc 
doesn't work on pyexpat)

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1020>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to