cpython/Misc/NEWS.d/next/Library/2020-12-14-09-31-13.bpo-353...

4 lines
170 B
ReStructuredText

The :func:`shutil.rmtree` function now ignores errors when calling
:func:`os.close` when *ignore_errors* is ``True``, and
:func:`os.close` no longer retried after error.