]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-98931: Add custom error messages to invalid import/from with multiple targe...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Jun 2023 16:28:06 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 16:28:06 +0000 (16:28 +0000)
commitc407ef0a8a829c4e506bf43e412df176cc8cc2c0
treec4835469475601726a39ed8937760645e19eebfe
parent025c9912eeecc8b2584bc5143150fc548db2254b
[3.12] gh-98931: Add custom error messages to invalid import/from with multiple targets (GH-105985) (#105991)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2023-06-22-14-19-17.gh-issue-98931.PPgvSF.rst [new file with mode: 0644]
Parser/parser.c