Skip to content

Commit 31a0c8f

Browse files
dacutjChapman
authored andcommitted
Add news blurb for yield and return tuple unpacking.
1 parent 47e3ac3 commit 31a0c8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Tuple unpacking is now allowed without parenthesis in yield and return
2+
statements, e.g. ``yield 1, 2, 3, *rest``.

0 commit comments

Comments
 (0)