Merged revisions 73008 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73008 | tarek.ziade | 2009-05-29 17:08:07 +0900 | 1 line
Fixed #6131: test_modulefinder leaked when run after test_distutils
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 772ca85..95c4c4d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -693,6 +693,9 @@
Library
-------
+- Issue #6131: test_modulefinder leaked when run after test_distutils.
+ Patch by Hirokazu Yamamoto.
+
- Issue #6048: Now Distutils uses the tarfile module in archive_util.
- Issue #6062: In distutils, fixed the package option of build_ext. Feedback