From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 13 May 2024 11:21:10 +0000 (+0200) Subject: [3.13] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) ... X-Git-Tag: v3.13.0b2~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=941883208cdae6972c04228e5dc8626429e0ae27;p=thirdparty%2FPython%2Fcpython.git [3.13] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) (#118991) Co-authored-by: Nikita Sobolev --- diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 1a053c328661..fd32479195ec 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -338,7 +338,7 @@ Directory and files operations before removing the junction. .. versionchanged:: 3.11 - The *dir_fd* parameter. + Added the *dir_fd* parameter. .. versionchanged:: 3.12 Added the *onexc* parameter, deprecated *onerror*.