<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Fri, May 27, 2016 at 11:28 AM Zachary Ware <<a href="mailto:zachary.ware%2Bpyideas@gmail.com">zachary.ware+pyideas@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Here's a crazy thought that might be best dismissed out of hand: what<br>
about extending 'from name import other_names' to accept any object<br>
for <name>?  First try to get values via __getitem__() (possibly only<br>
for dict/dict subclasses?), next try getattr(), finally try to import<br>
the module and pull values from it as per usual.<br>
<br>
Pros:<br>
- solves dict unpacking<br></blockquote><div><br></div><div>Would it solve nested dict unpacking?</div></div></div>