]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
authorBatuhan Taskaya <batuhanosmantaskaya@gmail.com>
Fri, 9 Oct 2020 09:56:48 +0000 (12:56 +0300)
committerGitHub <noreply@github.com>
Fri, 9 Oct 2020 09:56:48 +0000 (10:56 +0100)
commit48f305fd122080a9181cbda33bdb42ea36a0136f
tree801a6a7bd051bc6a0075d823779bf9cc24099721
parent666f583e9e47d04c557a20555379d97e810779a6
bpo-41979: Accept star-unpacking on with-item targets (GH-22611)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_with.py
Misc/NEWS.d/next/Core and Builtins/2020-10-09-10-55-50.bpo-41979.ImXIk2.rst [new file with mode: 0644]
Parser/parser.c