forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into imaginary-class-109218
- Loading branch information
Showing
218 changed files
with
3,162 additions
and
833 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
:mod:`!aifc` --- Read and write AIFF and AIFC files | ||
=================================================== | ||
|
||
.. module:: aifc | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
The last version of Python that provided the :mod:`!aifc` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/aifc.html>`_. |
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,17 @@ | ||
:mod:`!asynchat` --- Asynchronous socket command/response handler | ||
================================================================= | ||
|
||
.. module:: asynchat | ||
:synopsis: Removed in 3.12. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.6 3.12 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.12 <whatsnew312-removed>` after | ||
being deprecated in Python 3.6. The removal was decided in :pep:`594`. | ||
|
||
Applications should use the :mod:`asyncio` module instead. | ||
|
||
The last version of Python that provided the :mod:`!asynchat` module was | ||
`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_. |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
:mod:`!asyncore` --- Asynchronous socket handler | ||
================================================ | ||
|
||
.. module:: asyncore | ||
:synopsis: Removed in 3.12. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.6 3.12 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.12 <whatsnew312-removed>` after | ||
being deprecated in Python 3.6. The removal was decided in :pep:`594`. | ||
|
||
Applications should use the :mod:`asyncio` module instead. | ||
|
||
The last version of Python that provided the :mod:`!asyncore` module was | ||
`Python 3.11 <https://docs.python.org/3.11/library/asyncore.html>`_. |
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,15 @@ | ||
:mod:`!audioop` --- Manipulate raw audio data | ||
============================================= | ||
|
||
.. module:: audioop | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
The last version of Python that provided the :mod:`!audioop` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/audioop.html>`_. |
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,19 @@ | ||
:mod:`!cgi` --- Common Gateway Interface support | ||
================================================ | ||
|
||
.. module:: cgi | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`. | ||
This is a copy of the cgi module, no longer maintained or supported by the core | ||
Python team. | ||
|
||
The last version of Python that provided the :mod:`!cgi` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/cgi.html>`_. |
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,19 @@ | ||
:mod:`!cgitb` --- Traceback manager for CGI scripts | ||
=================================================== | ||
|
||
.. module:: cgitb | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`. | ||
This is a copy of the cgi module, no longer maintained or supported by the core | ||
Python team. | ||
|
||
The last version of Python that provided the :mod:`!cgitb` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/cgitb.html>`_. |
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,15 @@ | ||
:mod:`!chunk` --- Read IFF chunked data | ||
======================================= | ||
|
||
.. module:: chunk | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
The last version of Python that provided the :mod:`!chunk` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/chunk.html>`_. |
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,20 @@ | ||
:mod:`!crypt` --- Function to check Unix passwords | ||
================================================== | ||
|
||
.. module:: crypt | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
Applications can use the :mod:`hashlib` module from the standard library. | ||
Other possible replacements are third-party libraries from PyPI: | ||
:pypi:`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`. | ||
These are not supported or maintained by the Python core team. | ||
|
||
The last version of Python that provided the :mod:`!crypt` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/crypt.html>`_. |
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,17 @@ | ||
:mod:`!distutils` --- Building and installing Python modules | ||
============================================================ | ||
|
||
.. module:: distutils | ||
:synopsis: Removed in 3.12. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.10 3.12 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.12 <whatsnew312-removed-distutils>` after | ||
being deprecated in Python 3.10. The removal was decided in :pep:`632`, | ||
which has `migration advice | ||
<https://peps.python.org/pep-0632/#migration-advice>`_. | ||
|
||
The last version of Python that provided the :mod:`!distutils` module was | ||
`Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_. |
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
Oops, something went wrong.