Ron Adam <[email protected]> added the comment:
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__.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue10716>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com