Alexander Belopolsky <belopol...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue3196>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to