From 59f69d7a0047ad768de67acc4c7910e6f3e5f874 Mon Sep 17 00:00:00 2001 From: hadrizi Date: Tue, 26 Sep 2023 22:04:36 +0600 Subject: [PATCH] gh-104638: make `TarFile.extraction_filter` future release references more clear --- Doc/library/tarfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 62d67bc577c7d0..1c5ff0e09544ed 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -557,7 +557,7 @@ be finalized; only the internally used file object will be closed. See the and fall back to the :func:`fully_trusted ` filter, whose dangerous behavior matches previous versions of Python. - In Python 3.14+, leaving ``extraction_filter=None`` will cause + In Python 3.14, leaving ``extraction_filter=None`` will cause extraction methods to use the :func:`data ` filter by default. The attribute may be set on instances or overridden in subclasses.