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 martin.panter
Recipients Unit03, berker.peksag, martin.panter, maurosr, milap.py, python-dev, r.david.murray, selik, serhiy.storchaka, taddeimania
Date 2016-05-25.13:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464182213.94.0.849709373586.issue23883@psf.upfronthosting.co.za>
In-reply-to
Content
I think pydoc could be left alone. The RST documentation doesn’t say anything about importing any functions from the module that I can see. I was surprised that it even defines __all__ = ["help"]. Perhaps pydoc.doc() was another false indication in Serhiy’s list.
History
Date User Action Args
2016-05-25 13:16:54martin.pantersetrecipients: + martin.panter, r.david.murray, python-dev, berker.peksag, serhiy.storchaka, milap.py, maurosr, taddeimania, Unit03, selik
2016-05-25 13:16:53martin.pantersetmessageid: <1464182213.94.0.849709373586.issue23883@psf.upfronthosting.co.za>
2016-05-25 13:16:53martin.panterlinkissue23883 messages
2016-05-25 13:16:53martin.pantercreate