[issue29031] 'from module import *' and __all__

Martin Panter report at bugs.python.org
Wed Dec 21 05:02:57 EST 2016


Martin Panter added the comment:

Python 3 doesn’t have an __all__ list; it was removed in r85073 (Issue 3612).

I don’t understand why it was removed. Maybe Hirokazu didn’t understand what it does. Since this is a regression, perhaps it should be added back.

----------
components: +Library (Lib) -Interpreter Core
nosy: +martin.panter
versions:  -Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29031>
_______________________________________


More information about the Python-bugs-list mailing list