]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98931: Add custom error messages to invalid import/from with multiple targets...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 22 Jun 2023 15:56:40 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 15:56:40 +0000 (15:56 +0000)
commit13237a2da846efef9ce9b93fd4bcfebd49933568
tree7b7f9d20356294040d41a082c6feadb58756d75b
parenta8006706f7d6e8825b90f1970beed7845d1d72ed
gh-98931: Add custom error messages to invalid import/from with multiple targets (#105985)

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