We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b2b74 commit 4ac1e8fCopy full SHA for 4ac1e8f
Doc/library/shutil.rst
@@ -346,6 +346,8 @@ Directory and files operations
346
.. versionchanged:: 3.13
347
:func:`!rmtree` now ignores :exc:`FileNotFoundError` exceptions for all
348
but the top-level path.
349
+ Exceptions other than :exc:`OSError` and subclasses of :exc:`!OSError`
350
+ are now always propagated to the caller.
351
352
.. attribute:: rmtree.avoids_symlink_attacks
353
0 commit comments