Open
Open
Copy link
Description
These two statements are contradictory:
[
from __future__ import annotations
] is now considered deprecated and it is expected to be removed in a future version of Python. However, this removal will not happen until after Python 3.13, the last version of Python without deferred evaluation of annotations, reaches its end of life in 2029.
No feature description will ever be deleted from
__future__
.
The former should probably be removed.
Originally reported at this Stack Overflow question.
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo