summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.11.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index d9e5d06..628d4c0 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -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
------