[Python-ideas] Allow multiple imports from a package while preserving its namespace

Julian DeMille julian.demille at demilletech.net
Thu Apr 26 09:29:22 EDT 2018


I personally would like a feature where instead of doing `from ... import
...` (which imports the specified items into the current namespace), one
could use something along the lines of `import <lib>.{ <mod1>, <mod2>, ...
}` such that the imported modules/attributes could be accessed as
`<lib>.<mod1>`, etc.
-- 
Thanks,
Julian DeMille

CEO, demilleTech, LLC

This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any
action in reliance on the contents of this information is strictly
prohibited.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180426/2815a53a/attachment.html>


More information about the Python-ideas mailing list