commit | 2bcf0154d5412e0d03a30cbbe8a853c47ab6bfc5 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Dec 09 09:10:18 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Dec 09 09:10:18 2006 +0000 |
tree | 78b4976dcc85eb9c33198d7f9b0d0d813497a650 | |
parent | ed8f294f43d61fd8e0d5c134c566d85adeadcdfc [diff] [blame] |
Patch #1608267: fix a race condition in os.makedirs() is the directory to be created is already there. (backport from rev. 52972)
diff --git a/Misc/NEWS b/Misc/NEWS index 91e2bcf..b568efd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -118,6 +118,9 @@ Library ------- +- Patch #1608267: fix a race condition in os.makedirs() is the directory + to be created is already there. + - Patch #1610437: fix a tarfile bug with long filename headers. - Patch #1472877: Fix Tix subwidget name resolution.