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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2015-02-23.22:14:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424729645.56.0.912988413489.issue23504@psf.upfronthosting.co.za>
In-reply-to
Content
Currently pydoc outputs only two classes and two functions in the types module. Proposed patch add __all__ into the types module, so that pydoc will output builtin class deliberately added into the types module.
History
Date User Action Args
2015-02-23 22:14:05serhiy.storchakasetrecipients: + serhiy.storchaka
2015-02-23 22:14:05serhiy.storchakasetmessageid: <1424729645.56.0.912988413489.issue23504@psf.upfronthosting.co.za>
2015-02-23 22:14:05serhiy.storchakalinkissue23504 messages
2015-02-23 22:14:05serhiy.storchakacreate