File tree 22 files changed +25
-25
lines changed
22 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 13
13
single: AIFF-C
14
14
15
15
16
- .. deprecated :: 3.11
16
+ .. deprecated-removed :: 3.11 3.13
17
17
The :mod: `aifc ` module is deprecated
18
18
(see :pep: `PEP 594 <594#aifc >` for details).
19
19
Original file line number Diff line number Diff line change 10
10
11
11
**Source code: ** :source: `Lib/asynchat.py `
12
12
13
- .. deprecated :: 3.6
14
- :mod: `asynchat ` will be removed in Python 3.12
13
+ .. deprecated-removed :: 3.6 3.12
14
+ The :mod: `asynchat ` module is deprecated
15
15
(see :pep: `PEP 594 <594#asynchat >` for details).
16
16
Please use :mod: `asyncio ` instead.
17
17
Original file line number Diff line number Diff line change 13
13
14
14
**Source code: ** :source: `Lib/asyncore.py `
15
15
16
- .. deprecated :: 3.6
17
- :mod: `asyncore ` will be removed in Python 3.12
16
+ .. deprecated-removed :: 3.6 3.12
17
+ The :mod: `asyncore ` module is deprecated
18
18
(see :pep: `PEP 594 <594#asyncore >` for details).
19
19
Please use :mod: `asyncio ` instead.
20
20
Original file line number Diff line number Diff line change 5
5
:synopsis: Manipulate raw audio data.
6
6
:deprecated:
7
7
8
- .. deprecated :: 3.11
8
+ .. deprecated-removed :: 3.11 3.13
9
9
The :mod: `audioop ` module is deprecated
10
10
(see :pep: `PEP 594 <594#audioop >` for details).
11
11
Original file line number Diff line number Diff line change 15
15
single: URL
16
16
single: Common Gateway Interface
17
17
18
- .. deprecated :: 3.11
18
+ .. deprecated-removed :: 3.11 3.13
19
19
The :mod: `cgi ` module is deprecated
20
20
(see :pep: `PEP 594 <594#cgi >` for details and alternatives).
21
21
Original file line number Diff line number Diff line change 16
16
single: exceptions; in CGI scripts
17
17
single: tracebacks; in CGI scripts
18
18
19
- .. deprecated :: 3.11
19
+ .. deprecated-removed :: 3.11 3.13
20
20
The :mod: `cgitb ` module is deprecated
21
21
(see :pep: `PEP 594 <594#cgitb >` for details).
22
22
Original file line number Diff line number Diff line change 17
17
single: Real Media File Format
18
18
single: RMFF
19
19
20
- .. deprecated :: 3.11
20
+ .. deprecated-removed :: 3.11 3.13
21
21
The :mod: `chunk ` module is deprecated
22
22
(see :pep: `PEP 594 <594#chunk >` for details).
23
23
Original file line number Diff line number Diff line change 16
16
single: crypt(3)
17
17
pair: cipher; DES
18
18
19
- .. deprecated :: 3.11
19
+ .. deprecated-removed :: 3.11 3.13
20
20
The :mod: `crypt ` module is deprecated
21
21
(see :pep: `PEP 594 <594#crypt >` for details and alternatives).
22
22
The :mod: `hashlib ` module is a potential replacement for certain use cases.
Original file line number Diff line number Diff line change 7
7
8
8
**Source code: ** :source: `Lib/imghdr.py `
9
9
10
- .. deprecated :: 3.11
10
+ .. deprecated-removed :: 3.11 3.13
11
11
The :mod: `imghdr ` module is deprecated
12
12
(see :pep: `PEP 594 <594#imghdr >` for details and alternatives).
13
13
Original file line number Diff line number Diff line change 7
7
8
8
**Source code: ** :source: `Lib/imp.py `
9
9
10
- .. deprecated :: 3.4
10
+ .. deprecated-removed :: 3.4 3.12
11
11
The :mod: `imp ` module is deprecated in favor of :mod: `importlib `.
12
12
13
13
.. index :: statement: import
Original file line number Diff line number Diff line change 7
7
8
8
**Source code: ** :source: `Lib/mailcap.py `
9
9
10
- .. deprecated :: 3.11
10
+ .. deprecated-removed :: 3.11 3.13
11
11
The :mod: `mailcap ` module is deprecated
12
12
(see :pep: `PEP 594 <594#mailcap >` for details).
13
13
The :mod: `mimetypes ` module provides an alternative.
Original file line number Diff line number Diff line change 13
13
14
14
.. index :: single: msi
15
15
16
- .. deprecated :: 3.11
16
+ .. deprecated-removed :: 3.11 3.13
17
17
The :mod: `msilib ` module is deprecated
18
18
(see :pep: `PEP 594 <594#msilib >` for details).
19
19
Original file line number Diff line number Diff line change 10
10
.. moduleauthor :: Fred Gansevles <Fred.Gansevles@cs.utwente.nl>
11
11
.. sectionauthor :: Moshe Zadka <moshez@zadka.site.co.il>
12
12
13
- .. deprecated :: 3.11
13
+ .. deprecated-removed :: 3.11 3.13
14
14
The :mod: `nis ` module is deprecated
15
15
(see :pep: `PEP 594 <594#nis >` for details).
16
16
Original file line number Diff line number Diff line change 6
6
:synopsis: Access to OSS-compatible audio devices.
7
7
:deprecated:
8
8
9
- .. deprecated :: 3.11
9
+ .. deprecated-removed :: 3.11 3.13
10
10
The :mod: `ossaudiodev ` module is deprecated
11
11
(see :pep: `PEP 594 <594#ossaudiodev >` for details).
12
12
Original file line number Diff line number Diff line change 10
10
11
11
**Source code: ** :source: `Lib/pipes.py `
12
12
13
- .. deprecated :: 3.11
13
+ .. deprecated-removed :: 3.11 3.13
14
14
The :mod: `pipes ` module is deprecated
15
15
(see :pep: `PEP 594 <594#pipes >` for details).
16
16
Please use the :mod: `subprocess ` module instead.
Original file line number Diff line number Diff line change 14
14
15
15
This module offers several classes to implement SMTP (email) servers.
16
16
17
- .. deprecated :: 3.6
18
- :mod: `smtpd ` will be removed in Python 3.12
17
+ .. deprecated-removed :: 3.6 3.12
18
+ The :mod: `smtpd ` module is deprecated
19
19
(see :pep: `PEP 594 <594#smtpd >` for details).
20
20
The `aiosmtpd <https://aiosmtpd.readthedocs.io/ >`_ package is a recommended
21
21
replacement for this module. It is based on :mod: `asyncio ` and provides a
Original file line number Diff line number Diff line change 14
14
single: A-LAW
15
15
single: u-LAW
16
16
17
- .. deprecated :: 3.11
17
+ .. deprecated-removed :: 3.11 3.13
18
18
The :mod: `sndhdr ` module is deprecated
19
19
(see :pep: `PEP 594 <594#sndhdr >` for details and alternatives).
20
20
Original file line number Diff line number Diff line change 6
6
:synopsis: The shadow password database (getspnam() and friends).
7
7
:deprecated:
8
8
9
- .. deprecated :: 3.11
9
+ .. deprecated-removed :: 3.11 3.13
10
10
The :mod: `spwd ` module is deprecated
11
11
(see :pep: `PEP 594 <594#spwd >` for details and alternatives).
12
12
Original file line number Diff line number Diff line change 9
9
10
10
**Source code: ** :source: `Lib/sunau.py `
11
11
12
- .. deprecated :: 3.11
12
+ .. deprecated-removed :: 3.11 3.13
13
13
The :mod: `sunau ` module is deprecated
14
14
(see :pep: `PEP 594 <594#sunau >` for details).
15
15
Original file line number Diff line number Diff line change 11
11
12
12
.. index :: single: protocol; Telnet
13
13
14
- .. deprecated :: 3.11
14
+ .. deprecated-removed :: 3.11 3.13
15
15
The :mod: `telnetlib ` module is deprecated
16
16
(see :pep: `PEP 594 <594#telnetlib >` for details and alternatives).
17
17
Original file line number Diff line number Diff line change 9
9
10
10
**Source code: ** :source: `Lib/uu.py `
11
11
12
- .. deprecated :: 3.11
12
+ .. deprecated-removed :: 3.11 3.13
13
13
The :mod: `uu ` module is deprecated
14
14
(see :pep: `PEP 594 <594#uu-and-the-uu-encoding >` for details).
15
15
:mod: `base64 ` is a modern alternative.
Original file line number Diff line number Diff line change 11
11
single: XDR
12
12
single: External Data Representation
13
13
14
- .. deprecated :: 3.11
14
+ .. deprecated-removed :: 3.11 3.13
15
15
The :mod: `xdrlib ` module is deprecated
16
16
(see :pep: `PEP 594 <594#xdrlib >` for details).
17
17
You can’t perform that action at this time.
0 commit comments