cpython/Misc/NEWS.d/next/Library/2021-12-06-22-10-53.bpo-431...

5 lines
246 B
ReStructuredText

On Windows, ``tempfile.TemporaryDirectory`` previously masked a
``PermissionError`` with ``NotADirectoryError`` during directory cleanup. It
now correctly raises ``PermissionError`` if errors are not ignored. Patch by
Andrei Kulakov and Ken Jin.