summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-07 21:24:43 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-07 21:24:43 (GMT)
commit5662d3e676088b43d3138d48819ce7410292198d (patch)
treef190db92a6ccfa4961db334be54032135c2316d7 /Misc
parent72b06c6be08e9b1b27ee9c9963d5acec56b11d9c (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS5
2 files changed, 6 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e26940a..5623bad 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -144,6 +144,7 @@ Aldo Cortesi
David Costanzo
Scott Cotton
Greg Couch
+David Cournapeau
Steve Cousins
Alex Coventry
Matthew Dixon Cowles
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c5734c..4051323 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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