[Python-ideas] Allow 'import star' with namespaces

Brendan Moloney moloney at ohsu.edu
Fri May 6 00:24:16 CEST 2011


Benjamin Peterson [benjamin at python.org] wrote:
> import * is generally frowned upon, so encouraging its use by extending it is
> not a good idea.

Well it is frowned upon precisely because it pollutes the current namespace. This change would eliminate that issue.



More information about the Python-ideas mailing list