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

2018-04-13 Thread Zachary Ware
Zachary Ware 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-id...@python.org mailing list, where you can get feedback on your idea.

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

2018-04-13 Thread Julian DeMille
New submission from Julian DeMille : An example of this would be to have something like `import .{ , , ... }` -- components: Interpreter Core messages: 315247 nosy: jdemilledt priority: normal severity: normal status: open title: Allow multiple imports