[issue3196] Option in pydoc to show docs from private methods

Alexander Belopolsky report at bugs.python.org
Tue Jul 13 00:46:54 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

This option would be more useful if it became an optional argument to the help() function.  For someone working at the python command line prompt, having to switch to pydoc to see private method documentation may be inconvenient.  It is more natural to write

>>> help(foo, show_private=True)

----------
stage:  -> needs patch
versions: +Python 3.2 -Python 2.7

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


More information about the Python-bugs-list mailing list