New submission from Serhiy Storchaka: 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.
---------- components: Library (Lib) files: types___all__.patch keywords: patch messages: 236467 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Add __all__ into types type: behavior versions: Python 2.7, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file38216/types___all__.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23504> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com