summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-06-14-22-37-32.bpo-37260.oecdIf.rst
blob: a5f2c5e8e18919c947d7db76f340f3615d672c89 (plain)
1
2
Fixed a race condition in :func:`shutil.rmtree` in which directory entries removed by another process or thread while ``shutil.rmtree()`` is running can cause it to raise FileNotFoundError.  Patch by Jeffrey Kintscher.