Skip to content

Commit

Permalink
Add a versionchanged directive for gh-94692 (GH-112846)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
serhiy-storchaka and AlexWaygood committed Dec 8, 2023
1 parent 28b2b74 commit 4ac1e8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/library/shutil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ Directory and files operations
.. versionchanged:: 3.13
:func:`!rmtree` now ignores :exc:`FileNotFoundError` exceptions for all
but the top-level path.
Exceptions other than :exc:`OSError` and subclasses of :exc:`!OSError`
are now always propagated to the caller.

.. attribute:: rmtree.avoids_symlink_attacks

Expand Down

0 comments on commit 4ac1e8f

Please sign in to comment.