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 belopolsky
Recipients belopolsky, mortenlj
Date 2010-07-12.22:46:53
SpamBayes Score 8.997454e-05
Marked as misclassified No
Message-id <1278974814.77.0.0896368418066.issue3196@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-07-12 22:46:54belopolskysetrecipients: + belopolsky, mortenlj
2010-07-12 22:46:54belopolskysetmessageid: <1278974814.77.0.0896368418066.issue3196@psf.upfronthosting.co.za>
2010-07-12 22:46:53belopolskylinkissue3196 messages
2010-07-12 22:46:53belopolskycreate