-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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 add_com_method_tests
- Loading branch information
Showing
502 changed files
with
10,008 additions
and
4,625 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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
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
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>`_. |
Oops, something went wrong.