summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-01 21:24:56 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-01 21:24:56 (GMT)
commit8151da0f61f43a21528958fd9d4d8090e7a4931f (patch)
tree6507225ef7573133ced51b3ebb7e29055e4782d5 /Misc
parentef46d8240fd2544585697511388d110889df776b (diff)
downloadcpython-8151da0f61f43a21528958fd9d4d8090e7a4931f.zip
cpython-8151da0f61f43a21528958fd9d4d8090e7a4931f.tar.gz
cpython-8151da0f61f43a21528958fd9d4d8090e7a4931f.tar.bz2
Merged revisions 72180 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72180 | antoine.pitrou | 2009-05-01 23:16:14 +0200 (ven., 01 mai 2009) | 4 lines Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. Patch by Floris Bruynooghe. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 132cea8..555422b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,12 @@ Library
makeunicodedata.py and regenerated the Unicode database (This fixes
u'\u1d79'.lower() == '\x00').
+Build
+-----
+
+- Issue #5726: Make Modules/ld_so_aix return the actual exit code of the
+ linker, rather than always exit successfully. Patch by Floris Bruynooghe.
+
Tests
-----