]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 19 Mar 2023 18:33:51 +0000 (18:33 +0000)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2023 18:33:51 +0000 (18:33 +0000)
commitd51a6dc28e1b2cd0353a78bd13f46e288fa39aa6
tree909dfcbe14f0b7709ae3c6ad2afc842b0d1ad833
parent4d1f033986675b883b9ff14588ae6ff78fdde313
gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)
Doc/library/shutil.rst
Doc/whatsnew/3.12.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Library/2023-03-19-15-30-59.gh-issue-102828.NKClXg.rst [new file with mode: 0644]