[Python-Dev] re: for in dict (user expectation poll)

Tim Peters tim.one@home.com
Mon, 5 Feb 2001 16:11:32 -0500


[/F]
> yeah, don't forget unpacking assignments:
>
>     assert len(dict) == 3
>     { k1:v1, k2:v2, k3:v3 } = dict

Yuck.  I'm going to suppress that.

but-thanks-for-pointing-it-out-ly y'rs  - tim