Skip to content

Commit

Permalink
PEP 585: clarify removal as "no sooner than" (#2778)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
hauntsaninja and hugovk authored Sep 12, 2022
1 parent ab09fce commit ca6d20a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pep-0585.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ about such deprecated usage when the target version of the checked
program is signalled to be Python 3.9 or newer. It's recommended to
allow for those warnings to be silenced on a project-wide basis.

The deprecated functionality will be removed from the ``typing`` module
in the first Python version released 5 years after the release of
Python 3.9.0.
The deprecated functionality may eventually be removed from the ``typing``
module. Removal will occur no sooner than Python 3.9's end of life,
scheduled for October 2025.


Parameters to generics are available at runtime
Expand Down

0 comments on commit ca6d20a

Please sign in to comment.