[issue23883] __all__ lists are incomplete

Serhiy Storchaka report at bugs.python.org
Thu Jun 25 06:39:54 CEST 2015


Serhiy Storchaka added the comment:

Adding new names to __all__ can have undesired effect and break user code (by hiding builtins as for tarfile.open). Perhaps not all documented names should be imported with "import *". In any case it is too late for 3.5.

----------
versions: +Python 3.6 -Python 3.5

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


More information about the Python-bugs-list mailing list