summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2023-08-24 12:45:33 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2023-08-24 12:46:25 (GMT)
commit49965601d6afedafe47cc85556d99b7a24981051 (patch)
tree69e8727ba4d8c531cf1b2a316142df2db9fb6c51 /Misc/NEWS.d/next/Library
parente96bddf8221d030d0ef609d62da2d364a4d0341e (diff)
downloadcpython-3.10.13.zip
cpython-3.10.13.tar.gz
cpython-3.10.13.tar.bz2
Python 3.10.13v3.10.13
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2023-08-10-17-36-22.gh-issue-107845.dABiMJ.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-08-10-17-36-22.gh-issue-107845.dABiMJ.rst b/Misc/NEWS.d/next/Library/2023-08-10-17-36-22.gh-issue-107845.dABiMJ.rst
deleted file mode 100644
index 32c1fb9..0000000
--- a/Misc/NEWS.d/next/Library/2023-08-10-17-36-22.gh-issue-107845.dABiMJ.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-:func:`tarfile.data_filter` now takes the location of symlinks into account
-when determining their target, so it will no longer reject some valid
-tarballs with ``LinkOutsideDestinationError``.