Message265207
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). |
|
Date |
User |
Action |
Args |
2016-05-09 16:19:13 | ethan.furman | set | recipients:
+ ethan.furman, barry, rhettinger, r.david.murray, martin.panter, serhiy.storchaka, eryksun |
2016-05-09 16:19:13 | ethan.furman | set | messageid: <1462810753.82.0.899393522045.issue26632@psf.upfronthosting.co.za> |
2016-05-09 16:19:13 | ethan.furman | link | issue26632 messages |
2016-05-09 16:19:13 | ethan.furman | create | |
|