[Python-ideas] Short form for keyword arguments and dicts
Ron Adam
ron3200 at gmail.com
Thu Jun 27 16:24:36 CEST 2013
On 06/27/2013 07:44 AM, Steven D'Aprano wrote:
> We don't seem to have problems with this:
>
> items[x] = items[y]
>
> rather than:
>
> items{x} = items[y]
>
> Or should it be the other way around?
Yes, that was my thoughts when I first started to see *args in different
places. (>10 years ago).
I'm mostly over it ;-)
Cheers,
Ron
More information about the Python-ideas
mailing list