diff options
author | CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | 2022-05-13 19:54:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 19:54:12 (GMT) |
commit | 9f68dab3d327335b938046c50b4f09944e993cc8 (patch) | |
tree | 413e81f2a44f6b9ddeb90dacf0ec69e60ebf6611 /Doc/library/mailcap.rst | |
parent | 7e46ae33bd522cf8331052c3c8835f9366599d8d (diff) | |
download | cpython-9f68dab3d327335b938046c50b4f09944e993cc8.zip cpython-9f68dab3d327335b938046c50b4f09944e993cc8.tar.gz cpython-9f68dab3d327335b938046c50b4f09944e993cc8.tar.bz2 |
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
Diffstat (limited to 'Doc/library/mailcap.rst')
-rw-r--r-- | Doc/library/mailcap.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/mailcap.rst b/Doc/library/mailcap.rst index 416b181..e2e5bb3 100644 --- a/Doc/library/mailcap.rst +++ b/Doc/library/mailcap.rst @@ -8,8 +8,9 @@ **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. + The :mod:`mailcap` module is deprecated + (see :pep:`PEP 594 <594#mailcap>` for details). + The :mod:`mimetypes` module provides an alternative. -------------- |