[issue2292] Missing *-unpacking generalizations

Thomas Wouters report at bugs.python.org
Sun Apr 6 08:38:08 CEST 2008


Thomas Wouters <thomas at python.org> added the comment:

No, it's what you asked for in msg63551:

> How about dicts?
> kwds = {'z': 0, 'w': 12}
> {'x': 1, 'y': 2, **kwds}  # {'x': 1, 'y': 2, 'z': 0, 'w': 12}

(unpacking of dicts in dicts.)

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2292>
__________________________________


More information about the Python-bugs-list mailing list