bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)

This commit is contained in:
Serhiy Storchaka 2022-03-09 14:29:33 +02:00 committed by GitHub
parent 5eb03b1b51
commit 02fbaf4887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 49 additions and 7 deletions

View file

@ -283,6 +283,13 @@ os
(Contributed by Dong-hee Na in :issue:`44611`.)
shutil
------
* Add optional parameter *dir_fd* in :func:`shutil.rmtree`.
(Contributed by Serhiy Storchaka in :issue:`46245`.)
socket
------