[issue33273] Allow multiple imports from one module while preserving its namespace

Zachary Ware report at bugs.python.org
Fri Apr 13 10:52:26 EDT 2018


Zachary Ware <zachary.ware at gmail.com> added the comment:

Do you mean like `from lib import mod1, mod2, mod3`?  If that doesn't cover what you're looking for, try sending your idea (fleshed out a bit more :)) to the python-ideas at python.org mailing list, where you can get feedback on your idea.

For now, I'm closing this issue; if your discussions on python-ideas prove fruitful and you can come back with a clearer plan for a change, you can reopen it.

----------
nosy: +zach.ware
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33273>
_______________________________________


More information about the Python-bugs-list mailing list