From: Rafael Fontenelle Date: Fri, 26 Sep 2025 11:36:01 +0000 (-0300) Subject: [3.13] Remove erroneous text from What’s New (#139343) X-Git-Tag: v3.13.8~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=606022c55db3b0b0a226747bc928a836d613f9f6;p=thirdparty%2FPython%2Fcpython.git [3.13] Remove erroneous text from What’s New (#139343) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 06060df2affc..eb87bdb746cf 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -2850,7 +2850,7 @@ tarfile ------- * :func:`~tarfile.data_filter` now normalizes symbolic link targets in order to - avoid path traversal attacks.Add commentMore actions + avoid path traversal attacks. (Contributed by Petr Viktorin in :gh:`127987` and :cve:`2025-4138`.) * :func:`~tarfile.TarFile.extractall` now skips fixing up directory attributes when a directory was removed or replaced by another kind of file.