2013/11/10 anatoly techtonik :
> 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
___
Python-Dev mailing list
Python-Dev@python
http://hg.python.org/cpython/file/1ee45eb6aab9/Parser/Python.asdl
In Assign(expr* targets, expr value), why the first argument is a list?
--
anatoly t.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Am 07.11.2013 19:35, schrieb "Martin v. Löwis":
Am 07.11.13 13:44, schrieb Thomas Heller:
I thought that the stable API would keep exactly the same across
releases - is this expectation wrong or is this a bug?
Oscar is right - this change doesn't affect the ABI, just the API.
That said, plea