8000 bpo-47061: document module deprecations due to PEP 594 by brettcannon · Pull Request #31984 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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 5 commits into from
Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Doc/library/aifc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.. module:: aifc
:synopsis: Read and write audio files in AIFF or AIFC format.
:deprecated:

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

Expand All @@ -11,6 +12,10 @@
single: AIFF
single: AIFF-C


.. deprecated:: 3.11
The :mod:`aifc` module is deprecated (see :pep:`594` for details).

--------------

This module provides support for reading and writing AIFF and AIFF-C files.
Expand Down
4 changes: 4 additions & 0 deletions Doc/library/audioop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

.. module:: audioop
:synopsis: Manipulate raw audio data.
:deprecated:

.. deprecated:: 3.11
The :mod:`audioop` module is deprecated (see :pep:`594` for details).

--------------

Expand Down
4 changes: 4 additions & 0 deletions Doc/library/cgi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.. module:: cgi
:synopsis: Helpers for running Python scripts via the Common Gateway Interface.
:deprecated:

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

Expand All @@ -14,6 +15,9 @@
single: URL
single: Common Gateway Interface

.. deprecated:: 3.11
The :mod:`cgi` module is deprecated (see :pep:`594` for details).

--------------

Support module for Common Gateway Interface (CGI) scripts.
Expand Down
4 changes: 4 additions & 0 deletions Doc/library/cgitb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.. module:: cgitb
:synopsis: Configurable traceback handler for CGI scripts.
:deprecated:

.. moduleauthor:: Ka-Ping Yee <ping@lfw.org>
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
Expand All @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions Doc/library/chunk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.. module:: chunk
:synopsis: Module to read IFF chunks.
:deprecated:

.. moduleauthor:: Sjoerd Mullender <sjoerd@acm.org>
.. sectionauthor:: Sjoerd Mullender <sjoerd@acm.org>
Expand All @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions Doc/library/crypt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. module:: crypt
:platform: Unix
:synopsis: The crypt() function used to check Unix passwords.
:deprecated:

.. moduleauthor:: Steven D. Majewski <sdm7g@virginia.edu>
.. sectionauthor:: Steven D. Majewski <sdm7g@virginia.edu>
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion Doc/library/fileformats.rst