]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 15 Apr 2021 13:06:39 +0000 (14:06 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 13:06:39 +0000 (14:06 +0100)
commitda7435017430671f86075449ff7bde96fd7700a5
treeb287439992c61b96d5007b69d450ab0f237215d1
parent23acadcc1c75eb74b2459304af70d97a35001b34
bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-04-13-03-06-09.bpo-43823.xpuHBi.rst [new file with mode: 0644]
Parser/parser.c