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 gvanrossum
Recipients belopolsky, georg.brandl, gvanrossum, twouters
Date 2008-04-06.04:34:27
SpamBayes Score 0.36263916
Marked as misclassified No
Message-id <1207456472.83.0.613337666388.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
What's dict unpacking? I hope it's not an implementation of this sad
idea posted recently:

{'a': x, 'b': y} = {'a': 42, 'b': 'hello'}  # Same as x, y = 42, 'hello'

:-)
History
Date User Action Args
2008-04-06 04:34:34gvanrossumsetspambayes_score: 0.362639 -> 0.36263916
recipients: + gvanrossum, twouters, georg.brandl, belopolsky
2008-04-06 04:34:32gvanrossumsetspambayes_score: 0.362639 -> 0.362639
messageid: <1207456472.83.0.613337666388.issue2292@psf.upfronthosting.co.za>
2008-04-06 04:34:30gvanrossumlinkissue2292 messages
2008-04-06 04:34:29gvanrossumcreate