This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author twouters
Recipients belopolsky, georg.brandl, gvanrossum, twouters
Date 2008-04-06.06:38:07
SpamBayes Score 0.30450282
Marked as misclassified No
Message-id <1207463888.96.0.810361734241.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2008-04-06 06:38:09twouterssetspambayes_score: 0.304503 -> 0.30450282
recipients: + twouters, gvanrossum, georg.brandl, belopolsky
2008-04-06 06:38:08twouterssetspambayes_score: 0.304503 -> 0.304503
messageid: <1207463888.96.0.810361734241.issue2292@psf.upfronthosting.co.za>
2008-04-06 06:38:07twouterslinkissue2292 messages
2008-04-06 06:38:07twouterscreate