mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)
This commit is contained in:
parent
5eb03b1b51
commit
02fbaf4887
5 changed files with 49 additions and 7 deletions
|
@ -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
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue