]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 3 Feb 2021 23:29:26 +0000 (23:29 +0000)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 23:29:26 +0000 (23:29 +0000)
commitd4e6ed7e5fb43320ea714d7436bc11667c624d43
tree1b7139c3a92eb9de5b91e61b5d5a7e92bed07bd7
parentbfe544d2f2c2e7a7c03a764bed3276a1e27a0f5c
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-02-03-22-33-05.bpo-43121.jqcViq.rst [new file with mode: 0644]
Parser/parser.c