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

Benjamin Peterson benjamin at python.org
Fri May 6 00:00:35 CEST 2011


Brendan Moloney <moloney at ...> writes:
> This would allow easier interactive use (by eliminating the need to import
individual
> subpackages/submodules) while keeping the 'pkg' namespace around.

import * is generally frowned upon, so encouraging its use by extending it is
not a good idea.







More information about the Python-ideas mailing list