Skip to content

3.14's "What's new" says __future__.annotations will be removed, but it must not #127639

Closed as not planned
@InSyncWithFoo

Description

@InSyncWithFoo

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.

whatsnew/3.14.rst

No feature description will ever be deleted from __future__.

__future__.rst

The former should probably be removed.


Originally reported at this Stack Overflow question.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions