diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-20 13:57:20 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-20 13:57:20 (GMT) |
commit | 439bf93f8cf8c3c24fc8d5d2f6438ca7adb72d0d (patch) | |
tree | 59e71042150e6c114c406f9c1e0fdd8a521a4bbe /Misc | |
parent | dae5db2805ee2bed27cab737f11e73c1a6566726 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |