summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0b1.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 14:16:55 (GMT)
committerGitHub <noreply@github.com>2023-05-24 14:16:55 (GMT)
commit9d457e115447b2079a1f66950d3c76cb77febf38 (patch)
tree086555a9ff54a99d365c0f0f22f3d6a9dc4a485f /Misc/NEWS.d/3.11.0b1.rst
parentbbc5e5c7d707cd316d424eeb70b8ed1f792209af (diff)
downloadcpython-9d457e115447b2079a1f66950d3c76cb77febf38.zip
cpython-9d457e115447b2079a1f66950d3c76cb77febf38.tar.gz
cpython-9d457e115447b2079a1f66950d3c76cb77febf38.tar.bz2
gh-104773: PEP 594: Remove the mailcap module (#104867)
Remove Lib/test/mailcap.txt test file.
Diffstat (limited to 'Misc/NEWS.d/3.11.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.11.0b1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.11.0b1.rst b/Misc/NEWS.d/3.11.0b1.rst
index d8c2ec0..1338819 100644
--- a/Misc/NEWS.d/3.11.0b1.rst
+++ b/Misc/NEWS.d/3.11.0b1.rst
@@ -796,7 +796,7 @@ Patch by Kabir Kwatra.
.. nonce: roapI2
.. section: Library
-The :mod:`mailcap` module is now deprecated and will be removed in Python
+The :mod:`!mailcap` module is now deprecated and will be removed in Python
3.13. See :pep:`594` for the rationale and the :mod:`mimetypes` module for
an alternative. Patch by Victor Stinner.