Permalink
Please
sign in to comment.
Browse files
bpo-35814: Allow unpacking in r.h.s of annotated assignment expressio…
…ns (GH-13760)
- Loading branch information
Showing
with
9 additions
and 3 deletions.
| @@ -0,0 +1,2 @@ | ||
| Allow unpacking in the right hand side of annotated assignments. In | ||
| particular, ``t: Tuple[int, ...] = x, y, *z`` is now allowed. |
0 comments on commit
8565f6b