-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
… (GH-32082) Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de9) Co-authored-by: Brett Cannon <[email protected]> Automerge-Triggered-By: GH:brettcannon
- Loading branch information
Showing
27 changed files
with
97 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
.. module:: cgitb | ||
:synopsis: Configurable traceback handler for CGI scripts. | ||
:deprecated: | ||
|
||
.. moduleauthor:: Ka-Ping Yee <[email protected]> | ||
.. sectionauthor:: Fred L. Drake, Jr. <[email protected]> | ||
|
@@ -15,6 +16,9 @@ | |
single: exceptions; in CGI scripts | ||
single: tracebacks; in CGI scripts | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`cgitb` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
The :mod:`cgitb` module provides a special exception handler for Python scripts. | ||
|
This file contains 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
.. module:: chunk | ||
:synopsis: Module to read IFF chunks. | ||
:deprecated: | ||
|
||
.. moduleauthor:: Sjoerd Mullender <[email protected]> | ||
.. sectionauthor:: Sjoerd Mullender <[email protected]> | ||
|
@@ -16,6 +17,9 @@ | |
single: Real Media File Format | ||
single: RMFF | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`chunk` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
This module provides an interface for reading files that use EA IFF 85 chunks. | ||
|
This file contains 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
.. module:: crypt | ||
:platform: Unix | ||
:synopsis: The crypt() function used to check Unix passwords. | ||
:deprecated: | ||
|
||
.. moduleauthor:: Steven D. Majewski <[email protected]> | ||
.. sectionauthor:: Steven D. Majewski <[email protected]> | ||
|
@@ -15,6 +16,9 @@ | |
single: crypt(3) | ||
pair: cipher; DES | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`crypt` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
This module implements an interface to the :manpage:`crypt(3)` routine, which is | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
.. module:: msilib | ||
:platform: Windows | ||
:synopsis: Creation of Microsoft Installer files, and CAB files. | ||
:deprecated: | ||
|
||
.. moduleauthor:: Martin v. Löwis <[email protected]> | ||
.. sectionauthor:: Martin v. Löwis <[email protected]> | ||
|
@@ -12,6 +13,9 @@ | |
|
||
.. index:: single: msi | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`msilib` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
The :mod:`msilib` supports the creation of Microsoft Installer (``.msi``) files. | ||
|
This file contains 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 |
---|---|---|
|
@@ -20,4 +20,3 @@ on the Internet. | |
binhex.rst | ||
binascii.rst | ||
quopri.rst | ||
uu.rst |
This file contains 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 |
---|---|---|
|
@@ -5,10 +5,14 @@ | |
.. module:: nis | ||
:platform: Unix | ||
:synopsis: Interface to Sun's NIS (Yellow Pages) library. | ||
:deprecated: | ||
|
||
.. moduleauthor:: Fred Gansevles <[email protected]> | ||
.. sectionauthor:: Moshe Zadka <[email protected]> | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`nis` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
The :mod:`nis` module gives a thin wrapper around the NIS library, useful for | ||
|
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -4,11 +4,15 @@ | |
.. module:: pipes | ||
:platform: Unix | ||
:synopsis: A Python interface to Unix shell pipelines. | ||
:deprecated: | ||
|
||
.. sectionauthor:: Moshe Zadka <[email protected]> | ||
|
||
**Source code:** :source:`Lib/pipes.py` | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`pipes` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
The :mod:`pipes` module defines a class to abstract the concept of a *pipeline* | ||
|
This file contains 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
.. module:: sndhdr | ||
:synopsis: Determine type of a sound file. | ||
:deprecated: | ||
|
||
.. sectionauthor:: Fred L. Drake, Jr. <[email protected]> | ||
.. Based on comments in the module source file. | ||
|
@@ -13,6 +14,9 @@ | |
single: A-LAW | ||
single: u-LAW | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`sndhdr` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
The :mod:`sndhdr` provides utility functions which attempt to determine the type | ||
|
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -3,11 +3,15 @@ | |
|
||
.. module:: sunau | ||
:synopsis: Provide an interface to the Sun AU sound format. | ||
:deprecated: | ||
|
||
.. sectionauthor:: Moshe Zadka <[email protected]> | ||
|
||
**Source code:** :source:`Lib/sunau.py` | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`sunau` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
The :mod:`sunau` module provides a convenient interface to the Sun AU sound | ||
|
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -3,13 +3,17 @@ | |
|
||
.. module:: telnetlib | ||
:synopsis: Telnet client class. | ||
:deprecated: | ||
|
||
.. sectionauthor:: Skip Montanaro <[email protected]> | ||
|
||
**Source code:** :source:`Lib/telnetlib.py` | ||
|
||
.. index:: single: protocol; Telnet | ||
|
||
.. deprecated:: 3.11 | ||
The :mod:`telnetlib` module is deprecated (see :pep:`594` for details). | ||
|
||
-------------- | ||
|
||
The :mod:`telnetlib` module provides a :class:`Telnet` class that implements the | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
5 changes: 5 additions & 0 deletions
5
Misc/NEWS.d/next/Library/2022-03-18-13-30-40.bpo-47061.etLHK5.rst
This file contains 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Deprecate the various modules listed by :pep:`594`: | ||
|
||
aifc, asynchat, asyncore, audioop, cgi, cgitb, chunk, crypt, | ||
imghdr, msilib, nntplib, nis, ossaudiodev, pipes, smtpd, | ||
sndhdr, spwd, sunau, telnetlib, uu, xdrlib |