[Python-Dev] Assign(expr* targets, expr value) - why targetS?

Benjamin Peterson benjamin at python.org
Sun Nov 10 06:34:29 CET 2013


2013/11/10 anatoly techtonik <techtonik at gmail.com>:
> http://hg.python.org/cpython/file/1ee45eb6aab9/Parser/Python.asdl
>
> In Assign(expr* targets, expr value), why the first argument is a list?

x = y = 42

-- 
Regards,
Benjamin


More information about the Python-Dev mailing list