diff options
author | Éric Araujo <merwok@netwok.org> | 2010-11-06 04:53:42 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-11-06 04:53:42 (GMT) |
commit | e9954b56f4b119d5fef94ac05511f4a34f67adca (patch) | |
tree | e9fd0d2add39a39c2b17474375fe9096e7263461 /Misc | |
parent | e28665aa8ebbb452dba5e7e95a7ecd167f9fdb69 (diff) | |
download | cpython-e9954b56f4b119d5fef94ac05511f4a34f67adca.zip cpython-e9954b56f4b119d5fef94ac05511f4a34f67adca.tar.gz cpython-e9954b56f4b119d5fef94ac05511f4a34f67adca.tar.bz2 |
Merged revisions 86244 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86244 | eric.araujo | 2010-11-06 05:48:05 +0100 (sam., 06 nov. 2010) | 3 lines
Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,6 +69,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 |