Thomas Wouters <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2292> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com