[issue8225] Wrong link in xml.etree documentation

Brian Curtin report at bugs.python.org
Thu Mar 25 04:14:44 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

I believe the problem is with pydoc. In the case of xml.etree, I don't think it should be displaying anything for MODULE DOCS.

help(xml.etree.ElementTree) does display the proper link.

The attached patch and test fixes the problem.

----------
assignee: georg.brandl -> brian.curtin
components: +Library (Lib) -Documentation
keywords: +patch
nosy: +brian.curtin
stage:  -> patch review
type:  -> performance
Added file: http://bugs.python.org/file16639/issue8225.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8225>
_______________________________________


More information about the Python-bugs-list mailing list