Ethan Furman added the comment:

For the standalone version I suggest a disclaimer about the `from ... import *` 
ability.  Something like:

`from ... import *` should not be used with packages that do not have an 
__all__ unless they support that usage (check their docs).

----------

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

Reply via email to