]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126139: Improve error message location for future statement with unknown feature...
authorBrian Schubert <brianm.schubert@gmail.com>
Tue, 29 Oct 2024 23:57:59 +0000 (19:57 -0400)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 23:57:59 +0000 (23:57 +0000)
commit224c370a3680132997f1e43d20a3b4ca95a060ab
tree34fabd982364362ebf462c14aee621c42893ca8f
parent9dfef4e5f4ac3c1ce494c48f2476a694c12d72a5
gh-126139: Improve error message location for future statement with unknown feature (#126140)
Lib/test/test_exceptions.py
Lib/test/test_future_stmt/test_future.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-15-17-31.gh-issue-126139.B4OQ8a.rst [new file with mode: 0644]
Python/future.c