summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-12-09 09:08:29 (GMT)
committerGeorg Brandl <georg@python.org>2006-12-09 09:08:29 (GMT)
commitb130743e97410ba2b6c23d69df80e2ecea9d652b (patch)
tree2fa7ce21c234f4bc3ec8386a8617dcb1dc0c7c39 /Misc
parent66fab425a8d2fb60c3ccfb28ced2d677380f4f30 (diff)
downloadcpython-b130743e97410ba2b6c23d69df80e2ecea9d652b.zip
cpython-b130743e97410ba2b6c23d69df80e2ecea9d652b.tar.gz
cpython-b130743e97410ba2b6c23d69df80e2ecea9d652b.tar.bz2
Patch #1608267: fix a race condition in os.makedirs() is the directory
to be created is already there.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 648d09a..0e408b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,9 @@ Core and builtins
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 #1371075: Make ConfigParser accept optional dict type