On Fri, May 27, 2016, 3:21 AM Stephen J. Turnbull <stephen@xemacs.org> wrote:
it is the nested case where I would really likeĀ destructuring.

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.

Destructuring even a shallowly nested dictionary needs either ugly nested loops or helper functions.