commit | dc0f487c3b811fb41b629046c3fdd7c9f3aa73a2 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Mon Jan 11 22:50:29 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Mon Jan 11 22:50:29 2010 +0000 |
tree | b43349a2cbd519453fcd52a0b8914fef415ed7dc | |
parent | 102d70e06c2e39114ee3fc0ab54384a0f6a971af [diff] [blame] |
Fixed #5372: .o files are now always rebuilt because file age test don't work in some case
diff --git a/Misc/NEWS b/Misc/NEWS index 979ac8b..1595214 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,10 @@ 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? =================================