]> granicus.if.org Git - python/commit
Patch #1608267: fix a race condition in os.makedirs() is the directory
authorGeorg Brandl <georg@python.org>
Sat, 9 Dec 2006 09:10:18 +0000 (09:10 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 9 Dec 2006 09:10:18 +0000 (09:10 +0000)
commit2bcf0154d5412e0d03a30cbbe8a853c47ab6bfc5
tree78b4976dcc85eb9c33198d7f9b0d0d813497a650
parented8f294f43d61fd8e0d5c134c566d85adeadcdfc
Patch #1608267: fix a race condition in os.makedirs() is the directory
to be created is already there.
 (backport from rev. 52972)
Lib/os.py
Misc/NEWS