]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1608267: fix a race condition in os.makedirs() is the directory
authorGeorg Brandl <georg@python.org>
Sat, 9 Dec 2006 09:08:29 +0000 (09:08 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 9 Dec 2006 09:08:29 +0000 (09:08 +0000)
commitb130743e97410ba2b6c23d69df80e2ecea9d652b
tree2fa7ce21c234f4bc3ec8386a8617dcb1dc0c7c39
parent66fab425a8d2fb60c3ccfb28ced2d677380f4f30
Patch #1608267: fix a race condition in os.makedirs() is the directory
to be created is already there.
Lib/os.py
Misc/NEWS