summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-01-11 22:50:29 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-01-11 22:50:29 (GMT)
commitdc0f487c3b811fb41b629046c3fdd7c9f3aa73a2 (patch)
treeb43349a2cbd519453fcd52a0b8914fef415ed7dc /Misc
parent102d70e06c2e39114ee3fc0ab54384a0f6a971af (diff)
downloadcpython-dc0f487c3b811fb41b629046c3fdd7c9f3aa73a2.zip
cpython-dc0f487c3b811fb41b629046c3fdd7c9f3aa73a2.tar.gz
cpython-dc0f487c3b811fb41b629046c3fdd7c9f3aa73a2.tar.bz2
Fixed #5372: .o files are now always rebuilt because file age test don't work in some case
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 979ac8b..1595214 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,10 @@ Core and Builtins
Library
-------
+- Issue #5372: Drop the reuse of .o files in Distutils' ccompiler (since
+ Extension extra options may change the output without changing the .c
+ file). Initial patch by Collin Winter.
+
What's New in Python 2.7 alpha 2?
=================================