summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-05-17 10:06:20 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-05-17 10:06:20 (GMT)
commit422545f0e7c83703d3a35ab85a210e19aa40332d (patch)
treefa0234fc559f2470c680dc60c550e0d139d9797f /Misc
parent1b553473ed32cec2f0d7aadbe1b1fd70fbb8fb98 (diff)
downloadcpython-422545f0e7c83703d3a35ab85a210e19aa40332d.zip
cpython-422545f0e7c83703d3a35ab85a210e19aa40332d.tar.gz
cpython-422545f0e7c83703d3a35ab85a210e19aa40332d.tar.bz2
Fixed #8688: Distutils now recalculates MANIFEST everytime.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97840cb..1a45c17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
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.