]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 18 Aug 2021 20:09:21 +0000 (21:09 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 20:09:21 +0000 (22:09 +0200)
commitb2f68b190035540872072ac1d2349e7745e85596
treebd130a26b96442cbe45d4b3c397f39ad6faaf057
parent31ee985db86c1339d00bd0d3cc1712019460670a
bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-08-18-19-09-28.bpo-44947.mcvGdS.rst [new file with mode: 0644]
Parser/parser.c