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 ron_adam
Recipients belopolsky, eric.araujo, ezio.melotti, georg.brandl, lukasz.langa, rhettinger, ron_adam
Date 2010-12-29.18:23:09
SpamBayes Score 2.7658039e-06
Marked as misclassified No
Message-id <1293646991.27.0.487355831031.issue10716@psf.upfronthosting.co.za>
In-reply-to
Content
It may be useful to change those to 'id=' and 'class=' if possible.

It isn't clear to me how much of pydoc is still part of the public api in python 3.x.  pydoc.__all__ is set only to ['help'].  

Entering help(pydoc) just gives the basic help and command line arguments along with.

DATA
    __all__ = ['help']
    help = <pydoc.Helper instance>

There is nothing in the official (online) docs on importing pydoc or any of it's classes or methods.  

But dir(pydoc) shows all the methods, and the HTMLDoc class is still importable even though they aren't listed in __all__.
History
Date User Action Args
2010-12-29 18:23:11ron_adamsetrecipients: + ron_adam, georg.brandl, rhettinger, belopolsky, ezio.melotti, eric.araujo, lukasz.langa
2010-12-29 18:23:11ron_adamsetmessageid: <1293646991.27.0.487355831031.issue10716@psf.upfronthosting.co.za>
2010-12-29 18:23:09ron_adamlinkissue10716 messages
2010-12-29 18:23:09ron_adamcreate