FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) by miss-islington · Pull Request #93026 · python/cpython · GitHub

/ cpython Public
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (22) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion Doc/library/aifc.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
single: AIFF-C


.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`aifc` module is deprecated
(see :pep:`PEP 594 <594#aifc>` for details).

Expand Down
4 changes: 2 additions & 2 deletions Doc/library/asynchat.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

**Source code:** :source:`Lib/asynchat.py`

.. deprecated:: 3.6
:mod:`asynchat` will be removed in Python 3.12
.. deprecated-removed:: 3.6 3.12
The :mod:`asynchat` module is deprecated
(see :pep:`PEP 594 <594#asynchat>` for details).
Please use :mod:`asyncio` instead.

Expand Down
4 changes: 2 additions & 2 deletions Doc/library/asyncore.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

**Source code:** :source:`Lib/asyncore.py`

.. deprecated:: 3.6
:mod:`asyncore` will be removed in Python 3.12
.. deprecated-removed:: 3.6 3.12
The :mod:`asyncore` module is deprecated
(see :pep:`PEP 594 <594#asyncore>` for details).
Please use :mod:`asyncio` instead.

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/audioop.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:synopsis: Manipulate raw audio data.
:deprecated:

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`audioop` module is deprecated
(see :pep:`PEP 594 <594#audioop>` for details).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/cgi.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
single: URL
single: Common Gateway Interface

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`cgi` module is deprecated
(see :pep:`PEP 594 <594#cgi>` for details and alternatives).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/cgitb.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
single: exceptions; in CGI scripts
single: tracebacks; in CGI scripts

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`cgitb` module is deprecated
(see :pep:`PEP 594 <594#cgitb>` for details).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/chunk.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
single: Real Media File Format
single: RMFF

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`chunk` module is deprecated
(see :pep:`PEP 594 <594#chunk>` for details).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/crypt.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
single: crypt(3)
pair: cipher; DES

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`crypt` module is deprecated
(see :pep:`PEP 594 <594#crypt>` for details and alternatives).
The :mod:`hashlib` module is a potential replacement for certain use cases.
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/imghdr.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

**Source code:** :source:`Lib/imghdr.py`

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`imghdr` module is deprecated
(see :pep:`PEP 594 <594#imghdr>` for details and alternatives).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/imp.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

**Source code:** :source:`Lib/imp.py`

.. deprecated:: 3.4
.. deprecated-removed:: 3.4 3.12
The :mod:`imp` module is deprecated in favor of :mod:`importlib`.

.. index:: statement: import
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/mailcap.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

**Source code:** :source:`Lib/mailcap.py`

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`mailcap` module is deprecated
(see :pep:`PEP 594 <594#mailcap>` for details).
The :mod:`mimetypes` module provides an alternative.
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/msilib.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.. index:: single: msi

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`msilib` module is deprecated
(see :pep:`PEP 594 <594#msilib>` for details).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/nis.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. moduleauthor:: Fred Gansevles <Fred.Gansevles@cs.utwente.nl>
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`nis` module is deprecated
(see :pep:`PEP 594 <594#nis>` for details).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/ossaudiodev.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:synopsis: Access to OSS-compatible audio devices.
:deprecated:

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`ossaudiodev` module is deprecated
(see :pep:`PEP 594 <594#ossaudiodev>` for details).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/pipes.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

**Source code:** :source:`Lib/pipes.py`

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`pipes` module is deprecated
(see :pep:`PEP 594 <594#pipes>` for details).
Please use the :mod:`subprocess` module instead.
Expand Down
4 changes: 2 additions & 2 deletions Doc/library/smtpd.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

This module offers several classes to implement SMTP (email) servers.

.. deprecated:: 3.6
:mod:`smtpd` will be removed in Python 3.12
.. deprecated-removed:: 3.6 3.12
The :mod:`smtpd` module is deprecated
(see :pep:`PEP 594 <594#smtpd>` for details).
The `aiosmtpd <https://aiosmtpd.readthedocs.io/>`_ package is a recommended
replacement for this module. It is based on :mod:`asyncio` and provides a
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/sndhdr.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
single: A-LAW
single: u-LAW

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`sndhdr` module is deprecated
(see :pep:`PEP 594 <594#sndhdr>` for details and alternatives).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/spwd.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:synopsis: The shadow password database (getspnam() and friends).
:deprecated:

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`spwd` module is deprecated
(see :pep:`PEP 594 <594#spwd>` for details and alternatives).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/sunau.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Source code:** :source:`Lib/sunau.py`

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`sunau` module is deprecated
(see :pep:`PEP 594 <594#sunau>` for details).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/telnetlib.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/uu.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Source code:** :source:`Lib/uu.py`

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`uu` module is deprecated
(see :pep:`PEP 594 <594#uu-and-the-uu-encoding>` for details).
:mod:`base64` is a modern alternative.
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/xdrlib.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
single: XDR
single: External Data Representation

.. deprecated:: 3.11
.. deprecated-removed:: 3.11 3.13
The :mod:`xdrlib` module is deprecated
(see :pep:`PEP 594 <594#xdrlib>` for details).

Expand Down

Back | FazBrowse Home | New Git URL