Skip to content

Commit 67303ca

Browse files
authored
Touch up news entry
1 parent f84da46 commit 67303ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Tuple unpacking is now allowed without parenthesis in yield and return
2-
statements, e.g. ``yield 1, 2, 3, *rest``.
1+
Iterable unpacking is now allowed without parenthesis in yield and return
2+
statements, e.g. ``yield 1, 2, 3, *rest``. Thanks to David Cuthbert for the
3+
change and jChapman for added tests.

0 commit comments

Comments
 (0)