File tree Expand file tree Collapse file tree 22 files changed +25
-25
lines changed Expand file tree Collapse file tree 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
You can’t perform that action at this time.
0 commit comments