From dd731dad69a88a29efcedb409c7e8aa067d3937f Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Tue, 5 Dec 2023 11:15:31 +0200 Subject: [PATCH] Documentation. --- Doc/library/shutil.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index d1949d698f5614..d30d289710b129 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -343,6 +343,10 @@ Directory and files operations .. versionchanged:: 3.12 Added the *onexc* parameter, deprecated *onerror*. + .. versionchanged:: 3.13 + :func:`!rmtree` now ignores :exc:`FileNotFoundError` exceptions for all + but the top-level path. + .. attribute:: rmtree.avoids_symlink_attacks Indicates whether the current platform and implementation provides a