https://github.com/python/cpython/commit/e9b647dd30d22cef465972d898a34c4b1bb6615d commit: e9b647dd30d22cef465972d898a34c4b1bb6615d branch: main author: alexey semenyuk <alexsemenyu...@gmail.com> committer: zooba <steve.do...@microsoft.com> date: 2025-06-18T22:10:20+01:00 summary:
gh-134538: Add link to shutil.rmtree example in function docs (GH-135540) files: M Doc/library/shutil.rst diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index c78dfe1aafa0ed..e7c4c4f46bd011 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -327,6 +327,10 @@ Directory and files operations The deprecated *onerror* is similar to *onexc*, except that the third parameter it receives is the tuple returned from :func:`sys.exc_info`. + .. seealso:: + :ref:`shutil-rmtree-example` for an example of handling the removal + of a directory tree that contains read-only files. + .. audit-event:: shutil.rmtree path,dir_fd shutil.rmtree .. versionchanged:: 3.3 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com