]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45716: Improve the error message when using True/False/None as keywords in a...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 5 Nov 2021 13:54:55 +0000 (13:54 +0000)
committerGitHub <noreply@github.com>
Fri, 5 Nov 2021 13:54:55 +0000 (13:54 +0000)
commite2d65630f36712dbdbf7711520c985c526a5cc25
tree25c852d1df29dd479743b2dfef60ae7c1d09f2bd
parent32f55d1a5de66f9a86964fc0655d7a006a9d90b9
bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-11-04-20-19-07.bpo-45716.5C0pA1.rst [new file with mode: 0644]
Parser/parser.c