summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-12-03 16:28:57 (GMT)
committerGitHub <noreply@github.com>2023-12-03 16:28:57 (GMT)
commitf5965c23858994bbfd53522ec1c8900d52d91651 (patch)
treeeb415d71558a877247cc9f9fdfc0d280d8cbb982 /Misc
parentb3b2706cad5d05155b8d9487d0267dd1b6bc91e7 (diff)
downloadcpython-f5965c23858994bbfd53522ec1c8900d52d91651.zip
cpython-f5965c23858994bbfd53522ec1c8900d52d91651.tar.gz
cpython-f5965c23858994bbfd53522ec1c8900d52d91651.tar.bz2
[3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) (#112665)
gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) (cherry picked from commit 97857ac0580057c3a4f75d34209841c81ee11a96)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-12-03-12-41-48.gh-issue-112645.blMsKf.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-12-03-12-41-48.gh-issue-112645.blMsKf.rst b/Misc/NEWS.d/next/Library/2023-12-03-12-41-48.gh-issue-112645.blMsKf.rst
new file mode 100644
index 0000000..4e8f6eb
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-12-03-12-41-48.gh-issue-112645.blMsKf.rst
@@ -0,0 +1 @@
+Remove deprecation error on passing ``onerror`` to :func:`shutil.rmtree`.