diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-14 14:35:51 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-14 14:35:51 (GMT) |
commit | c1375d5e0168450b7411227ad3b95286aa1d70b4 (patch) | |
tree | dc4ab4ce5a44dfe26d8d930aee2418b002d52863 /Misc | |
parent | 9e8dbbcdcd462efc8f50008c7182dd399de89097 (diff) | |
download | cpython-c1375d5e0168450b7411227ad3b95286aa1d70b4.zip cpython-c1375d5e0168450b7411227ad3b95286aa1d70b4.tar.gz cpython-c1375d5e0168450b7411227ad3b95286aa1d70b4.tar.bz2 |
Merged revisions 69609 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69609 | tarek.ziade | 2009-02-14 15:10:23 +0100 (Sat, 14 Feb 2009) | 1 line
Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -166,6 +166,9 @@ Core and Builtins Library ------- +- Issue #5257: refactored all tests in distutils, so they use + support.TempdirManager, to avoid writing in the tests directory. + - Issue #4524: distutils build_script command failed with --with-suffix=3. Initial patch by Amaury Forgeot d'Arc. |