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 leewz
Recipients SilentGhost, georg.brandl, leewz, martin.panter
Date 2016-04-20.13:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461157673.27.0.0775942749809.issue26809@psf.upfronthosting.co.za>
In-reply-to
Content
> The fact that ChainMap pollutes namespace when doing star import ("from string import *"), however, is unfortunate.

This is what I meant by "this kind of thing". (IPython also ignores underscored names for autocomplete suggestions, unless you start with an underscore. IPython doesn't respect `__all__` by default, but that's a report for IPython's tracker.)


> This case is the opposite: we want to limit the exported names.

(Well, not exactly the opposite. Same purpose.)
History
Date User Action Args
2016-04-20 13:07:53leewzsetrecipients: + leewz, georg.brandl, SilentGhost, martin.panter
2016-04-20 13:07:53leewzsetmessageid: <1461157673.27.0.0775942749809.issue26809@psf.upfronthosting.co.za>
2016-04-20 13:07:53leewzlinkissue26809 messages
2016-04-20 13:07:53leewzcreate