summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-06 04:48:05 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-11-06 04:48:05 (GMT)
commitba7209f0a5a495189c7e3267d8d0459f38b312be (patch)
treec6a9a7ae04820b4d21aee635efd82c9a3f9cfec5 /Misc/NEWS
parent909ddbd19347dcd19d9065d6e11f60a956dc54ef (diff)
downloadcpython-ba7209f0a5a495189c7e3267d8d0459f38b312be.zip
cpython-ba7209f0a5a495189c7e3267d8d0459f38b312be.tar.gz
cpython-ba7209f0a5a495189c7e3267d8d0459f38b312be.tar.bz2
Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d3867e..4445852 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,9 @@ Core and Builtins
Library
-------
+- Issue #9281: Prevent race condition with mkdir in distutils. Patch by
+ Arfrever.
+
- Issue #10229: Fix caching error in gettext.
- Issue #10252: Close file objects in a timely manner in distutils code and