This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, fdrake, nnorwitz |
| Date | 2007年11月08日.14:28:38 |
| SpamBayes Score | 0.31970012 |
| Marked as misclassified | No |
| Message-id | <1194532119.06.0.477711523213.issue1020@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年11月08日 14:28:39 | christian.heimes | set | spambayes_score: 0.3197 -> 0.31970012 recipients: + christian.heimes, fdrake, nnorwitz |
| 2007年11月08日 14:28:39 | christian.heimes | set | spambayes_score: 0.3197 -> 0.3197 messageid: <1194532119.06.0.477711523213.issue1020@psf.upfronthosting.co.za> |
| 2007年11月08日 14:28:39 | christian.heimes | link | issue1020 messages |
| 2007年11月08日 14:28:38 | christian.heimes | create | |