This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients barry, eryksun, ethan.furman, martin.panter, r.david.murray, rhettinger, serhiy.storchaka
Date 2016-05-09.16:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462810753.82.0.899393522045.issue26632@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-05-09 16:19:13ethan.furmansetrecipients: + ethan.furman, barry, rhettinger, r.david.murray, martin.panter, serhiy.storchaka, eryksun
2016-05-09 16:19:13ethan.furmansetmessageid: <1462810753.82.0.899393522045.issue26632@psf.upfronthosting.co.za>
2016-05-09 16:19:13ethan.furmanlinkissue26632 messages
2016-05-09 16:19:13ethan.furmancreate