[Python-checkins] [3.8] gh-68966: fix versionchanged in docs (GH-105299)

ned-deily webhook-mailer at python.org
Sun Jun 4 23:52:39 EDT 2023


https://github.com/python/cpython/commit/d958960466184844bfb36699fa0f2cf9109eca7b
commit: d958960466184844bfb36699fa0f2cf9109eca7b
branch: 3.8
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2023-06-04T23:52:32-04:00
summary:

[3.8] gh-68966: fix versionchanged in docs (GH-105299)

files:
M Doc/library/mailcap.rst

diff --git a/Doc/library/mailcap.rst b/Doc/library/mailcap.rst
index a75857be623ee..2da98bda57af7 100644
--- a/Doc/library/mailcap.rst
+++ b/Doc/library/mailcap.rst
@@ -54,7 +54,7 @@ standard.  However, mailcap files are supported on most Unix systems.
    use) to determine whether or not the mailcap line applies.  :func:`findmatch`
    will automatically check such conditions and skip the entry if the check fails.
 
-   .. versionchanged:: 3.11
+   .. versionchanged:: 3.8.16
 
       To prevent security issues with shell metacharacters (symbols that have
       special effects in a shell command line), ``findmatch`` will refuse



More information about the Python-checkins mailing list