]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43149: Correct the syntax error message for multiple exception types (GH-25996...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 9 May 2021 21:13:50 +0000 (14:13 -0700)
committerGitHub <noreply@github.com>
Sun, 9 May 2021 21:13:50 +0000 (22:13 +0100)
commit9a0e65c8e05fdcd2207650d216ebdacdf0a025e9
tree98debb9543f1bfb22862c8b7a9409daf5fa33f24
parentc3eb3c18f1472b739db486c99f7f2125c4809680
bpo-43149: Correct the syntax error message for multiple exception types (GH-25996) GH-25997)

Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit 6692dc1ca99fb34a19d0a4b93cf8e10619490001)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Doc/whatsnew/3.10.rst
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-05-08-17-18-37.bpo-43149.Kp5FxD.rst [new file with mode: 0644]
Parser/parser.c