summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-06-28 21:30:52 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-06-28 21:30:52 (GMT)
commit8f480e54016cee1ad30dec42eb1d768523266271 (patch)
tree047ee02298769b3965ab24506465971f5d186375 /Misc
parentcc9144a9165a84a7f4d3e122096b7763a35b5efa (diff)
downloadcpython-8f480e54016cee1ad30dec42eb1d768523266271.zip
cpython-8f480e54016cee1ad30dec42eb1d768523266271.tar.gz
cpython-8f480e54016cee1ad30dec42eb1d768523266271.tar.bz2
Merged revisions 73490 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73490 | tarek.ziade | 2009-06-20 15:57:20 +0200 (Sat, 20 Jun 2009) | 1 line Fixed #6164 AIX specific linker argument in Distutils unixcompiler ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ba1036..91a47da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -839,6 +839,9 @@ Core and Builtins
Library
-------
+- Issue #6164: Added an AIX specific linker argument in Distutils
+ unixcompiler. Original patch by Sridhar Ratnakumar.
+
- Issue #6286: Now Distutils upload command is based on urllib2 instead of
httplib, allowing the usage of http_proxy.