]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44792: Improve syntax errors for if expressions (GH-27506)
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>
Mon, 2 Aug 2021 17:11:37 +0000 (18:11 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 17:11:37 +0000 (18:11 +0100)
commit28b6dc9dd5d1ce6f8aff7e06d4ef9afdc2bc8332
tree7588a22ecc75a5ea73476644d56dbc9d0fd8659e
parentaa0894b3792901adb91e5f6d049154b7bcb980ec
bpo-44792: Improve syntax errors for if expressions (GH-27506)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2021-07-31-12-12-57.bpo-44792.mOReTW.rst [new file with mode: 0644]
Parser/parser.c