mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793)
As discussed in #92611 and #92564 and as a followup to PR #92612 , this 3.11+ only PR uses the proper `deprecated-removed` role for the modules deprecated by PEP 593 (PEP-594) to clearly indicate to users that a removal version is planned and what it is, so they can prepare accordingly or voice any unanticipated impacts. Related to #92792 ; if we decide to backport that PR, the upgrade to using `deprecated-removed` on those functions can be moved to this one.
This commit is contained in:
parent
87b9b4e060
commit
31fa41ed68
22 changed files with 25 additions and 25 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
.. index:: single: protocol; Telnet
|
||||
|
||||
.. deprecated:: 3.11
|
||||
.. deprecated-removed:: 3.11 3.13
|
||||
The :mod:`telnetlib` module is deprecated
|
||||
(see :pep:`PEP 594 <594#telnetlib>` for details and alternatives).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue