mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-68966: Document mailcap deprecation in Python 3.11 (GH-91971)
(cherry picked from commit80de0273c0) (cherry picked from commita36d97e3f1) Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
081e95165e
commit
24ce12366f
3 changed files with 7 additions and 2 deletions
|
|
@ -3,9 +3,14 @@
|
|||
|
||||
.. module:: mailcap
|
||||
:synopsis: Mailcap file handling.
|
||||
:deprecated:
|
||||
|
||||
**Source code:** :source:`Lib/mailcap.py`
|
||||
|
||||
.. deprecated:: 3.11
|
||||
The :mod:`mailcap` module is deprecated. See :pep:`594` for the rationale
|
||||
and the :mod:`mimetypes` module for an alternative.
|
||||
|
||||
--------------
|
||||
|
||||
Mailcap files are used to configure how MIME-aware applications such as mail
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ on the Internet.
|
|||
|
||||
email.rst
|
||||
json.rst
|
||||
mailcap.rst
|
||||
mailbox.rst
|
||||
mimetypes.rst
|
||||
base64.rst
|
||||
|
|
|
|||
|
|
@ -20,9 +20,10 @@ backwards compatibility. They have been superseded by other modules.
|
|||
crypt.rst
|
||||
imghdr.rst
|
||||
imp.rst
|
||||
mailcap.rst
|
||||
msilib.rst
|
||||
nntplib.rst
|
||||
nis.rst
|
||||
nntplib.rst
|
||||
optparse.rst
|
||||
ossaudiodev.rst
|
||||
pipes.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue