Martin Panter added the comment:

Looking at Lib/test/test___all__.py, that module just makes sure that the names 
imported with “from ... import *” are the same as listed in the __all__ 
attribute. It does no know what the __all__ attribute is meant to contain.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22665>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to