diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-07 21:24:43 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-07 21:24:43 (GMT) |
commit | 5662d3e676088b43d3138d48819ce7410292198d (patch) | |
tree | f190db92a6ccfa4961db334be54032135c2316d7 /Misc | |
parent | 72b06c6be08e9b1b27ee9c9963d5acec56b11d9c (diff) | |
download | cpython-5662d3e676088b43d3138d48819ce7410292198d.zip cpython-5662d3e676088b43d3138d48819ce7410292198d.tar.gz cpython-5662d3e676088b43d3138d48819ce7410292198d.tar.bz2 |
Merged revisions 72445 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72445 | tarek.ziade | 2009-05-07 23:20:34 +0200 (Thu, 07 May 2009) | 1 line
Fixed #5941: added ARFLAGS for the archiver command.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -144,6 +144,7 @@ Aldo Cortesi David Costanzo Scott Cotton Greg Couch +David Cournapeau Steve Cousins Alex Coventry Matthew Dixon Cowles @@ -581,6 +581,11 @@ Core and Builtins Library ------- +- Issue #5941: Distutils build_clib command was not working anymore because + of an incomplete costumization of the archiver command. Added ARFLAGS in the + Makefile besides AR and make Distutils use it. Original patch by David + Cournapeau. + - Issue #2245: aifc now skips chunk types it doesn't recognize, per spec. - Issue #5874: distutils.tests.test_config_cmd is not locale-sensitive |