diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-01-11 22:50:29 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-01-11 22:50:29 (GMT) |
commit | dc0f487c3b811fb41b629046c3fdd7c9f3aa73a2 (patch) | |
tree | b43349a2cbd519453fcd52a0b8914fef415ed7dc /Misc | |
parent | 102d70e06c2e39114ee3fc0ab54384a0f6a971af (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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? ================================= |