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:
parent
ab09fce142
commit
ca6d20a04a
|
@ -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
|
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.
|
allow for those warnings to be silenced on a project-wide basis.
|
||||||
|
|
||||||
The deprecated functionality will be removed from the ``typing`` module
|
The deprecated functionality may eventually be removed from the ``typing``
|
||||||
in the first Python version released 5 years after the release of
|
module. Removal will occur no sooner than Python 3.9's end of life,
|
||||||
Python 3.9.0.
|
scheduled for October 2025.
|
||||||
|
|
||||||
|
|
||||||
Parameters to generics are available at runtime
|
Parameters to generics are available at runtime
|
||||||
|
|
Loading…
Reference in New Issue