- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message65018
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:34 | gvanrossum | set | spambayes_score: 0.362639 -> 0.36263916 recipients: + gvanrossum, twouters, georg.brandl, belopolsky |
| 2008-04-06 04:34:32 | gvanrossum | set | spambayes_score: 0.362639 -> 0.362639 messageid: <1207456472.83.0.613337666388.issue2292@psf.upfronthosting.co.za> |
| 2008-04-06 04:34:30 | gvanrossum | link | issue2292 messages |
| 2008-04-06 04:34:29 | gvanrossum | create | |

