]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 21 Mar 2023 11:08:46 +0000 (11:08 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2023 11:08:46 +0000 (11:08 +0000)
commit7f760c2fca3dc5f46a518f5b7622783039bc8b7b
tree9569716a28604e4d9e6c00a7107d4d8168b6fa61
parent868490e32790eb1f1b44bbae2f12d480a23dbdac
gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)
Doc/whatsnew/3.12.rst
Lib/shutil.py
Lib/tempfile.py
Lib/test/test_shutil.py