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 brian.curtin
Recipients brian.curtin, ezio.melotti, georg.brandl, mangus.wahberg
Date 2010-03-25.03:14:41
SpamBayes Score 5.2318774e-06
Marked as misclassified No
Message-id <1269486884.26.0.627889672612.issue8225@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-03-25 03:14:44brian.curtinsetrecipients: + brian.curtin, georg.brandl, ezio.melotti, mangus.wahberg
2010-03-25 03:14:44brian.curtinsetmessageid: <1269486884.26.0.627889672612.issue8225@psf.upfronthosting.co.za>
2010-03-25 03:14:42brian.curtinlinkissue8225 messages
2010-03-25 03:14:42brian.curtincreate