Skip to content

Commit fb24ef6

Browse files
committed
Deploying to gh-pages from @ 4f8f280 🚀
1 parent 7ac9d72 commit fb24ef6

File tree

579 files changed

+10255
-1365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

579 files changed

+10255
-1365
lines changed

_sources/c-api/init.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,9 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
13321332
This function now calls the :c:member:`PyThreadState.on_delete` callback.
13331333
Previously, that happened in :c:func:`PyThreadState_Delete`.
13341334
1335+
.. versionchanged:: 3.13
1336+
The :c:member:`PyThreadState.on_delete` callback was removed.
1337+
13351338
13361339
.. c:function:: void PyThreadState_Delete(PyThreadState *tstate)
13371340

_sources/library/aifc.rst.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:mod:`!aifc` --- Read and write AIFF and AIFC files
2+
===================================================
3+
4+
.. module:: aifc
5+
:synopsis: Removed in 3.13.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.11 3.13
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12+
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13+
14+
The last version of Python that provided the :mod:`!aifc` module was
15+
`Python 3.12 <https://docs.python.org/3.12/library/aifc.html>`_.

_sources/library/asynchat.rst.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:mod:`!asynchat` --- Asynchronous socket command/response handler
2+
=================================================================
3+
4+
.. module:: asynchat
5+
:synopsis: Removed in 3.12.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.6 3.12
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.12 <whatsnew312-removed>` after
12+
being deprecated in Python 3.6. The removal was decided in :pep:`594`.
13+
14+
Applications should use the :mod:`asyncio` module instead.
15+
16+
The last version of Python that provided the :mod:`!asynchat` module was
17+
`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_.

_sources/library/asyncore.rst.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:mod:`!asyncore` --- Asynchronous socket handler
2+
================================================
3+
4+
.. module:: asyncore
5+
:synopsis: Removed in 3.12.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.6 3.12
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.12 <whatsnew312-removed>` after
12+
being deprecated in Python 3.6. The removal was decided in :pep:`594`.
13+
14+
Applications should use the :mod:`asyncio` module instead.
15+
16+
The last version of Python that provided the :mod:`!asyncore` module was
17+
`Python 3.11 <https://docs.python.org/3.11/library/asyncore.html>`_.

_sources/library/audioop.rst.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:mod:`!audioop` --- Manipulate raw audio data
2+
=============================================
3+
4+
.. module:: audioop
5+
:synopsis: Removed in 3.13.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.11 3.13
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12+
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13+
14+
The last version of Python that provided the :mod:`!audioop` module was
15+
`Python 3.12 <https://docs.python.org/3.12/library/audioop.html>`_.

_sources/library/cgi.rst.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:mod:`!cgi` --- Common Gateway Interface support
2+
================================================
3+
4+
.. module:: cgi
5+
:synopsis: Removed in 3.13.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.11 3.13
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12+
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13+
14+
A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`.
15+
This is a copy of the cgi module, no longer maintained or supported by the core
16+
Python team.
17+
18+
The last version of Python that provided the :mod:`!cgi` module was
19+
`Python 3.12 <https://docs.python.org/3.12/library/cgi.html>`_.

_sources/library/cgitb.rst.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:mod:`!cgitb` --- Traceback manager for CGI scripts
2+
===================================================
3+
4+
.. module:: cgitb
5+
:synopsis: Removed in 3.13.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.11 3.13
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12+
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13+
14+
A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`.
15+
This is a copy of the cgi module, no longer maintained or supported by the core
16+
Python team.
17+
18+
The last version of Python that provided the :mod:`!cgitb` module was
19+
`Python 3.12 <https://docs.python.org/3.12/library/cgitb.html>`_.

_sources/library/chunk.rst.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:mod:`!chunk` --- Read IFF chunked data
2+
=======================================
3+
4+
.. module:: chunk
5+
:synopsis: Removed in 3.13.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.11 3.13
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12+
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13+
14+
The last version of Python that provided the :mod:`!chunk` module was
15+
`Python 3.12 <https://docs.python.org/3.12/library/chunk.html>`_.

_sources/library/crypt.rst.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:mod:`!crypt` --- Function to check Unix passwords
2+
==================================================
3+
4+
.. module:: crypt
5+
:synopsis: Removed in 3.13.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.11 3.13
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12+
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13+
14+
Applications can use the :mod:`hashlib` module from the standard library.
15+
Other possible replacements are third-party libraries from PyPI:
16+
:pypi:`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`.
17+
These are not supported or maintained by the Python core team.
18+
19+
The last version of Python that provided the :mod:`!crypt` module was
20+
`Python 3.12 <https://docs.python.org/3.12/library/crypt.html>`_.

_sources/library/distutils.rst.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:mod:`!distutils` --- Building and installing Python modules
2+
============================================================
3+
4+
.. module:: distutils
5+
:synopsis: Removed in 3.12.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.10 3.12
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.12 <whatsnew312-removed-distutils>` after
12+
being deprecated in Python 3.10. The removal was decided in :pep:`632`,
13+
which has `migration advice
14+
<https://peps.python.org/pep-0632/#migration-advice>`_.
15+
16+
The last version of Python that provided the :mod:`!distutils` module was
17+
`Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_.

_sources/library/imghdr.rst.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:mod:`!imghdr` --- Determine the type of an image
2+
=================================================
3+
4+
.. module:: imghdr
5+
:synopsis: Removed in 3.13.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.11 3.13
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12+
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13+
14+
Possible replacements are third-party libraries from PyPI:
15+
:pypi:`filetype`, :pypi:`puremagic`, or :pypi:`python-magic`.
16+
These are not supported or maintained by the Python core team.
17+
18+
The last version of Python that provided the :mod:`!imghdr` module was
19+
`Python 3.12 <https://docs.python.org/3.12/library/imghdr.html>`_.

_sources/library/imp.rst.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:mod:`!imp` --- Access the import internals
2+
===========================================
3+
4+
.. module:: imp
5+
:synopsis: Removed in 3.12.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.4 3.12
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.12 <whatsnew312-removed-imp>` after
12+
being deprecated in Python 3.4.
13+
14+
The :ref:`removal notice <whatsnew312-removed-imp>` includes guidance for
15+
migrating code from :mod:`!imp` to :mod:`importlib`.
16+
17+
The last version of Python that provided the :mod:`!imp` module was
18+
`Python 3.11 <https://docs.python.org/3.11/library/imp.html>`_.

_sources/library/index.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ the `Python Package Index <https://pypi.org>`_.
7575
unix.rst
7676
cmdline.rst
7777
superseded.rst
78+
removed.rst
7879
security_warnings.rst

_sources/library/mailcap.rst.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:mod:`!mailcap` --- Mailcap file handling
2+
=========================================
3+
4+
.. module:: mailcap
5+
:synopsis: Removed in 3.13.
6+
:deprecated:
7+
8+
.. deprecated-removed:: 3.11 3.13
9+
10+
This module is no longer part of the Python standard library.
11+
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
12+
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
13+
14+
The last version of Python that provided the :mod:`!mailcap` module was
15+
`Python 3.12 <https://docs.python.org/3.12/library/mailcap.html>`_.

0 commit comments

Comments
 (0)