diff options
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) |
commit | ba7209f0a5a495189c7e3267d8d0459f38b312be (patch) | |
tree | c6a9a7ae04820b4d21aee635efd82c9a3f9cfec5 /Misc/NEWS | |
parent | 909ddbd19347dcd19d9065d6e11f60a956dc54ef (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |