]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 3 Jun 2021 22:52:12 +0000 (23:52 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 22:52:12 +0000 (23:52 +0100)
commitb250f89bb7e05e72a4641d44b988866b919575db
tree43d02e145f333ecb25e5afa704783bbf1e8bbc38
parent3446516ffa92c98519146253153484291947b273
bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523)
Doc/whatsnew/3.10.rst
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-06-03-22-51-50.bpo-44305.66dVDG.rst [new file with mode: 0644]
Parser/parser.c