diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-29 08:08:07 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-29 08:08:07 (GMT) |
commit | 3e3eace7d75b748254589b76970367588d320199 (patch) | |
tree | 4cfda2793c52724e3a35f4d805918508f56078b5 /Misc | |
parent | 578a228ee265e9ce4d88c01f8d9fd57a237cfc3e (diff) | |
download | cpython-3e3eace7d75b748254589b76970367588d320199.zip cpython-3e3eace7d75b748254589b76970367588d320199.tar.gz cpython-3e3eace7d75b748254589b76970367588d320199.tar.bz2 |
Fixed #6131: test_modulefinder leaked when run after test_distutils
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -311,6 +311,9 @@ Core and Builtins 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 #5150: IDLE's format menu now has an option to strip trailing |