]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513)
authorCrowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>
Mon, 20 Nov 2023 13:27:53 +0000 (21:27 +0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2023 13:27:53 +0000 (13:27 +0000)
commit1c8f912ebdfdb146cd7dd2d7a3a67d2c5045ddb0
treed2553d0e973e0d59f0bc20c90aba252c5efd6c40
parent56e59a49ae4d9f518c5cc918aefe7eeee11736b4
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-11-10-10-40-05.bpo-45759.WJoB3D.rst [new file with mode: 0644]
Parser/parser.c