-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-47061: document module deprecations due to PEP 594 #31984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f42355b
bpo-47061: document module deprecations due to PEP 594
brettcannon a2d4308
Add a news entry
brettcannon 236a3d5
Fix typo in chunk.rst
tiran 3083a86
Update Doc/library/audioop.rst
brettcannon 77f59a7
Tweak the news file formatting
brettcannon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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 |
---|---|---|
|
@@ -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 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 |
---|---|---|
|
@@ -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). | ||
tiran marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
-------------- | ||
|
||
This module provides an interface for reading files that use EA IFF 85 chunks. | ||
|
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 |
---|---|---|
|
@@ -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 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
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
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
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
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
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 |
---|---|---|
|
@@ -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 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 |
---|---|---|
|
@@ -19,4 +19,3 @@ on the internet. | |
base64.rst | ||
binascii.rst | ||
quopri.rst | ||
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 |
---|---|---|
|
@@ -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 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
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
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 |
---|---|---|
|
@@ -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 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 |
---|---|---|
|
@@ -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 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
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 |
---|---|---|
|
@@ -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 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
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 |
---|---|---|
|
@@ -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 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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.