summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-06-20 13:57:20 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-06-20 13:57:20 (GMT)
commit439bf93f8cf8c3c24fc8d5d2f6438ca7adb72d0d (patch)
tree59e71042150e6c114c406f9c1e0fdd8a521a4bbe /Misc
parentdae5db2805ee2bed27cab737f11e73c1a6566726 (diff)
downloadcpython-439bf93f8cf8c3c24fc8d5d2f6438ca7adb72d0d.zip
cpython-439bf93f8cf8c3c24fc8d5d2f6438ca7adb72d0d.tar.gz
cpython-439bf93f8cf8c3c24fc8d5d2f6438ca7adb72d0d.tar.bz2
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 4f59ba6..9581313 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -327,6 +327,9 @@ Core and Builtins
Library
-------
+- Issue #6164: Added an AIX specific linker argument in Distutils
+ unixcompiler. Original patch by Sridhar Ratnakumar.
+
- Issue #6274: Fixed possible file descriptors leak in subprocess.py
- Issue #6189: Restored compatibility of subprocess.py with Python 2.2.