diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-14 14:10:23 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-14 14:10:23 (GMT) |
commit | 1369900619d943d05342e7b781f1f3fb45ece4c9 (patch) | |
tree | f63793c2c87853e3bf59509f90c0edb2368ba2bf /Misc | |
parent | a4038038c69c72f96f1c7d435d50818c46892591 (diff) | |
download | cpython-1369900619d943d05342e7b781f1f3fb45ece4c9.zip cpython-1369900619d943d05342e7b781f1f3fb45ece4c9.tar.gz cpython-1369900619d943d05342e7b781f1f3fb45ece4c9.tar.bz2 |
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
@@ -155,6 +155,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. |