File tree Expand file tree Collapse file tree 21 files changed +46
-22
lines changed Expand file tree Collapse file tree 21 files changed +46
-22
lines changed Original file line number Diff line number Diff line change 14
14
15
15
16
16
.. deprecated :: 3.11
17
- The :mod: `aifc ` module is deprecated (see :pep: `594 ` for details).
17
+ The :mod: `aifc ` module is deprecated
18
+ (see :pep: `PEP 594 <594#aifc >` for details).
18
19
19
20
--------------
20
21
Original file line number Diff line number Diff line change 11
11
**Source code: ** :source: `Lib/asynchat.py `
12
12
13
13
.. deprecated :: 3.6
14
- :mod: `asynchat ` will be removed in Python 3.12 (:pep: `594 `).
14
+ :mod: `asynchat ` will be removed in Python 3.12
15
+ (see :pep: `PEP 594 <594#asynchat >` for details).
15
16
Please use :mod: `asyncio ` instead.
16
17
17
18
--------------
Original file line number Diff line number Diff line change 14
14
**Source code: ** :source: `Lib/asyncore.py `
15
15
16
16
.. deprecated :: 3.6
17
- :mod: `asyncore ` will be removed in Python 3.12 (:pep: `594 `).
17
+ :mod: `asyncore ` will be removed in Python 3.12
18
+ (see :pep: `PEP 594 <594#asyncore >` for details).
18
19
Please use :mod: `asyncio ` instead.
19
20
20
21
--------------
Original file line number Diff line number Diff line change 6
6
:deprecated:
7
7
8
8
.. deprecated :: 3.11
9
- The :mod: `audioop ` module is deprecated (see :pep: `594 ` for details).
9
+ The :mod: `audioop ` module is deprecated
10
+ (see :pep: `PEP 594 <594#audioop >` for details).
10
11
11
12
--------------
12
13
Original file line number Diff line number Diff line change 16
16
single: Common Gateway Interface
17
17
18
18
.. deprecated :: 3.11
19
- The :mod: `cgi ` module is deprecated (see :pep: `594 ` for details).
19
+ The :mod: `cgi ` module is deprecated
20
+ (see :pep: `PEP 594 <594#cgi >` for details and alternatives).
20
21
21
22
--------------
22
23
Original file line number Diff line number Diff line change 17
17
single: tracebacks; in CGI scripts
18
18
19
19
.. deprecated :: 3.11
20
- The :mod: `cgitb ` module is deprecated (see :pep: `594 ` for details).
20
+ The :mod: `cgitb ` module is deprecated
21
+ (see :pep: `PEP 594 <594#cgitb >` for details).
21
22
22
23
--------------
23
24
Original file line number Diff line number Diff line change 18
18
single: RMFF
19
19
20
20
.. deprecated :: 3.11
21
- The :mod: `chunk ` module is deprecated (see :pep: `594 ` for details).
21
+ The :mod: `chunk ` module is deprecated
22
+ (see :pep: `PEP 594 <594#chunk >` for details).
22
23
23
24
--------------
24
25
Original file line number Diff line number Diff line change 17
17
pair: cipher; DES
18
18
19
19
.. deprecated :: 3.11
20
- The :mod: `crypt ` module is deprecated (see :pep: `594 ` for details).
20
+ The :mod: `crypt ` module is deprecated
21
+ (see :pep: `PEP 594 <594#crypt >` for details and alternatives).
22
+ The :mod: `hashlib ` module is a potential replacement for certain use cases.
21
23
22
24
--------------
23
25
Original file line number Diff line number Diff line change 8
8
**Source code: ** :source: `Lib/imghdr.py `
9
9
10
10
.. deprecated :: 3.11
11
- The :mod: `imghdr ` module is deprecated (see :pep: `594 ` for details).
11
+ The :mod: `imghdr ` module is deprecated
12
+ (see :pep: `PEP 594 <594#imghdr >` for details and alternatives).
12
13
13
14
--------------
14
15
Original file line number Diff line number Diff line change 8
8
**Source code: ** :source: `Lib/mailcap.py `
9
9
10
10
.. deprecated :: 3.11
11
- The :mod: `mailcap ` module is deprecated. See :pep: `594 ` for the rationale
12
- and the :mod: `mimetypes ` module for an alternative.
11
+ The :mod: `mailcap ` module is deprecated
12
+ (see :pep: `PEP 594 <594#mailcap >` for details).
13
+ The :mod: `mimetypes ` module provides an alternative.
13
14
14
15
--------------
15
16
You can’t perform that action at this time.
0 commit comments