diff options
-rw-r--r-- | Doc/library/mailcap.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/mailcap.rst b/Doc/library/mailcap.rst index 7aa3380..34d5d5ed 100644 --- a/Doc/library/mailcap.rst +++ b/Doc/library/mailcap.rst @@ -60,7 +60,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.9.16 To prevent security issues with shell metacharacters (symbols that have special effects in a shell command line), ``findmatch`` will refuse |