[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.

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 from one module while preserving its namespace
type: enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com