PEP 585: clarify removal as "no sooner than" (#2778)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Shantanu 2022-09-12 08:50:00 -07:00 committed by GitHub
parent ab09fce142
commit ca6d20a04a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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