[New-bugs-announce] [issue23504] Add __all__ into types

Serhiy Storchaka report at bugs.python.org
Mon Feb 23 23:14:05 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23504>
_______________________________________


More information about the New-bugs-announce mailing list