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 eric.araujo
Recipients eric.araujo
Date 2011-09-06.16:34:27
SpamBayes Score 0.044885974
Marked as misclassified No
Message-id <1315326868.85.0.0340726084847.issue12917@psf.upfronthosting.co.za>
In-reply-to
Content
pydoc contains these two functions that could be used by third-party code to implement a custom dir function, write a documentation tool or other uses: visiblename and allmethods.  We could make them public, in pydoc or inspect.
History
Date User Action Args
2011-09-06 16:34:28eric.araujosetrecipients: + eric.araujo
2011-09-06 16:34:28eric.araujosetmessageid: <1315326868.85.0.0340726084847.issue12917@psf.upfronthosting.co.za>
2011-09-06 16:34:28eric.araujolinkissue12917 messages
2011-09-06 16:34:28eric.araujocreate