From 4a5cb75511f2c92f3fe2edec6a6bb885068ff7d3 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 4 Jun 2023 23:35:58 -0400 Subject: [PATCH] gh-68966: fix versionchanged in docs --- Doc/library/mailcap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/mailcap.rst b/Doc/library/mailcap.rst index a75857be623ee0..63517ffbc24bef 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.7.16 To prevent security issues with shell metacharacters (symbols that have special effects in a shell command line), ``findmatch`` will refuse