[issue1020] pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat)

2007-11-20 Thread Christian Heimes
Christian Heimes added the comment: Fixed in r59083 The sentinel in the methods list of XMLparsetype was missing. -- resolution: accepted - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1020

[issue1020] pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat)

2007-11-19 Thread Christian Heimes
Changes by Christian Heimes: -- nosy: +gvanrossum __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1020 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1020] pyexpat.XMParserType broken (was: pydoc doesn't work on pyexpat)

2007-11-08 Thread Christian Heimes
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__',