File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
.. module :: mailcap
5
5
:synopsis: Mailcap file handling.
6
+ :deprecated:
6
7
7
8
**Source code: ** :source: `Lib/mailcap.py `
8
9
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.
13
+
9
14
--------------
10
15
11
16
Mailcap files are used to configure how MIME-aware applications such as mail
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ on the internet.
13
13
14
14
email.rst
15
15
json.rst
16
- mailcap.rst
17
16
mailbox.rst
18
17
mimetypes.rst
19
18
base64.rst
Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ backwards compatibility. They have been superseded by other modules.
20
20
crypt.rst
21
21
imghdr.rst
22
22
imp.rst
23
+ mailcap.rst
23
24
msilib.rst
24
- nntplib.rst
25
25
nis.rst
26
+ nntplib.rst
26
27
optparse.rst
27
28
ossaudiodev.rst
28
29
pipes.rst
You can’t perform that action at this time.
0 commit comments