commit | 422545f0e7c83703d3a35ab85a210e19aa40332d | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Mon May 17 10:06:20 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Mon May 17 10:06:20 2010 +0000 |
tree | fa0234fc559f2470c680dc60c550e0d139d9797f | |
parent | 1b553473ed32cec2f0d7aadbe1b1fd70fbb8fb98 [diff] [blame] |
Fixed #8688: Distutils now recalculates MANIFEST everytime.
diff --git a/Misc/NEWS b/Misc/NEWS index 97840cb..1a45c17 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library ------- +- Issue #8688: Distutils now recalculates MANIFEST everytime. + - Issue #5099: subprocess.Popen's __del__ method (and the methods it calls) referenced global objects, causing errors to pop up during interpreter shutdown.