summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-14 14:10:23 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-14 14:10:23 (GMT)
commit1369900619d943d05342e7b781f1f3fb45ece4c9 (patch)
treef63793c2c87853e3bf59509f90c0edb2368ba2bf /Misc
parenta4038038c69c72f96f1c7d435d50818c46892591 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3c35413..e1778df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.