From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:16:00 +0000 (+0100) Subject: [3.13] gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shuti... X-Git-Tag: v3.13.1~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6e140db9e1e4299bdfb3d047ff7b79033bbdaa3;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shutil.rmtree` algorithm (GH-126067) (GH-126199) gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shutil.rmtree` algorithm (GH-126067) * gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shutil.rmtree` algorithm. Resolves GH-126055 * gh-126055: Fix omitted code highlighting (cherry picked from commit 597d814334742dde386a4d2979b9418aee6fcaba) Co-authored-by: Victor Wheeler --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 2984b3dc9ae8..e118b1e861f7 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3645,6 +3645,7 @@ features: os.remove(os.path.join(root, name)) for name in dirs: os.rmdir(os.path.join(root, name)) + os.rmdir(top) .. audit-event:: os.walk top,topdown,onerror,followlinks os.walk