mirror of
https://github.com/python/cpython
synced 2024-11-02 14:48:31 +00:00
fd97d1f1af
Iterable unpacking is now allowed without parentheses in yield and return statements, e.g. ``yield 1, 2, 3, *rest``. Thanks to David Cuthbert for the change and jChapman for added tests. |
||
---|---|---|
.. | ||
Grammar |