]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Remove erroneous text from What’s New (#139343)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Fri, 26 Sep 2025 11:36:01 +0000 (08:36 -0300)
committerGitHub <noreply@github.com>
Fri, 26 Sep 2025 11:36:01 +0000 (12:36 +0100)
Doc/whatsnew/3.13.rst

index 06060df2affcd6f9de2e4b0894e0900202d96f08..eb87bdb746cf7131106bed29f825bbbfcf7b53d4 100644 (file)
@@ -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.