[Python-ideas] Unpacking a dict

Greg Ewing greg.ewing at canterbury.ac.nz
Thu May 26 02:09:43 EDT 2016


Guido van Rossum wrote:
> it does something that AFAIK
> no other Python syntax uses -- it takes variable names and does
> something to those variables but *also* uses their actual names as
> string literals.

The names in def and class statements also end up in
the __name__ attributes of the created objects -- does
that count?

-- 
Greg


More information about the Python-ideas mailing list