]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98931: Improve error message when the user types 'import x from y' instead of...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 1 Nov 2022 13:01:20 +0000 (13:01 +0000)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 13:01:20 +0000 (13:01 +0000)
commit395d4285bfba2177719efd826fbb89bf3efcf641
tree58cdc74ef24a74170efc3c021e29576ed6d13579
parent0e15c31c7e9907fdbe38a3f419b669fed5bb3b33
gh-98931: Improve error message when the user types 'import x from y' instead of 'from y import x' (#98932)
Doc/whatsnew/3.12.rst
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-10-31-22-55-34.gh-issue-98931.AoWZ-4.rst [new file with mode: 0644]
Parser/parser.c