summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-14 14:35:51 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-14 14:35:51 (GMT)
commitc1375d5e0168450b7411227ad3b95286aa1d70b4 (patch)
treedc4ab4ce5a44dfe26d8d930aee2418b002d52863 /Misc
parent9e8dbbcdcd462efc8f50008c7182dd399de89097 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 870b7cd..2a31483 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.