[Python-ideas] Unpack of sequences

Masklinn masklinn at masklinn.net
Wed Aug 29 17:45:31 CEST 2012


On 2012-08-29, at 17:03 , Guido van Rossum wrote:
> 
> Also of course assignment has no equivalent to keyword parameters

I've always thought it would be a rather neat way to unpack
dictionaries, instead of doing it by hand or abusing `itemgetter` to get
values in a known order.




More information about the Python-ideas mailing list