diff options
author | Brian Schubert <brianm.schubert@gmail.com> | 2024-10-29 23:57:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 23:57:59 (GMT) |
commit | 224c370a3680132997f1e43d20a3b4ca95a060ab (patch) | |
tree | 34fabd982364362ebf462c14aee621c42893ca8f /Misc/NEWS.d | |
parent | 9dfef4e5f4ac3c1ce494c48f2476a694c12d72a5 (diff) | |
download | cpython-224c370a3680132997f1e43d20a3b4ca95a060ab.zip cpython-224c370a3680132997f1e43d20a3b4ca95a060ab.tar.gz cpython-224c370a3680132997f1e43d20a3b4ca95a060ab.tar.bz2 |
gh-126139: Improve error message location for future statement with unknown feature (#126140)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-15-17-31.gh-issue-126139.B4OQ8a.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-15-17-31.gh-issue-126139.B4OQ8a.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-15-17-31.gh-issue-126139.B4OQ8a.rst new file mode 100644 index 0000000..278971b --- /dev/null +++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-15-17-31.gh-issue-126139.B4OQ8a.rst @@ -0,0 +1,2 @@ +Provide better error location when attempting to use a :term:`future +statement <__future__>` with an unknown future feature. |