mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
![]() 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 |