<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Fri, May 27, 2016, 3:21 AM Stephen J. Turnbull <<a href="mailto:stephen@xemacs.org" target="_blank">stephen@xemacs.org</a>> wrote:<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span style="line-height:1.5">it is the nested case where I would really likeĀ </span><span style="line-height:1.5">destructuring.</span></blockquote><div><br></div><div>After more than 100 notes in the dict unpacking thread, I've come to the same conclusion. Python already has great tools via tuple unpacking, comprehensions, sets, and the various well-thought methods.</div><div><br></div><div>Destructuring even a shallowly nested dictionary needs either ugly nested loops or helper functions.</div></div></div>