summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-12-05-16-20-40.gh-issue-94692.-e5C3c.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-12-05-16-20-40.gh-issue-94692.-e5C3c.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2023-12-05-16-20-40.gh-issue-94692.-e5C3c.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-12-05-16-20-40.gh-issue-94692.-e5C3c.rst b/Misc/NEWS.d/next/Library/2023-12-05-16-20-40.gh-issue-94692.-e5C3c.rst
deleted file mode 100644
index c67ba6c..0000000
--- a/Misc/NEWS.d/next/Library/2023-12-05-16-20-40.gh-issue-94692.-e5C3c.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-:func:`shutil.rmtree` now only catches OSError exceptions. Previously a
-symlink attack resistant version of ``shutil.rmtree()`` could ignore or pass
-to the error handler arbitrary exception when invalid arguments were
-provided.