]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123539: Improve SyntaxError msg for `import as` with not a name (#123629)
authorsobolevn <mail@sobolevn.me>
Fri, 2 May 2025 08:34:13 +0000 (11:34 +0300)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 08:34:13 +0000 (08:34 +0000)
commita6ddd078d050bc501817d8afe27fab2777a482aa
tree2df215968e577b0aa5ed683e5e85ed4a5e848dcf
parent39afd290ae2b086bc1e7c560229164ead22cd9c4
gh-123539: Improve SyntaxError msg for `import as` with not a name (#123629)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-03-15-15-51.gh-issue-123539.RKQS0S.rst [new file with mode: 0644]
Parser/parser.c