]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118082: Improve `import` without names syntax error message (#118083)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 23 Apr 2024 12:00:52 +0000 (15:00 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2024 12:00:52 +0000 (13:00 +0100)
commitde1f6868270d31f56c388ef416daacd35feb152d
tree65b30c6d5b2cd0d8acf75fc9150decac082c0852
parenteb927e9fc823de9539fcb82c9ea9d055462eb04a
gh-118082: Improve `import` without names syntax error message (#118083)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2024-04-19-11-59-57.gh-issue-118082._FLuOT.rst [new file with mode: 0644]
Parser/parser.c