]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793)
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Fri, 20 May 2022 21:47:51 +0000 (15:47 -0600)
committerGitHub <noreply@github.com>
Fri, 20 May 2022 21:47:51 +0000 (14:47 -0700)
commit31fa41ed689528505c0e0cf25777773b7e81c834
tree06fc897707612145d6b330bb0a4be06e7f1e5774
parent87b9b4e060377f09096db7af977f604749c8a100
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.
22 files changed:
Doc/library/aifc.rst
Doc/library/asynchat.rst
Doc/library/asyncore.rst
Doc/library/audioop.rst
Doc/library/cgi.rst
Doc/library/cgitb.rst
Doc/library/chunk.rst
Doc/library/crypt.rst
Doc/library/imghdr.rst
Doc/library/imp.rst
Doc/library/mailcap.rst
Doc/library/msilib.rst
Doc/library/nis.rst
Doc/library/ossaudiodev.rst
Doc/library/pipes.rst
Doc/library/smtpd.rst
Doc/library/sndhdr.rst
Doc/library/spwd.rst
Doc/library/sunau.rst
Doc/library/telnetlib.rst
Doc/library/uu.rst
Doc/library/xdrlib.rst