summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-25 10:20:45 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-25 10:20:45 (GMT)
commit6baf117d88f03e11c74d576c75268604377d2715 (patch)
tree0f220dd669f8297945b84f43fe141fd5f5e0e7f3 /Misc/NEWS
parent2774310c27c6a8f4eb0d7d35e977767fa70d144f (diff)
downloadcpython-6baf117d88f03e11c74d576c75268604377d2715.zip
cpython-6baf117d88f03e11c74d576c75268604377d2715.tar.gz
cpython-6baf117d88f03e11c74d576c75268604377d2715.tar.bz2
Merged revisions 88426 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r88426 | georg.brandl | 2011-02-15 16:44:51 +0100 (Di, 15 Feb 2011) | 1 line #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 89b8d05..a96dbc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,6 +178,8 @@ Extensions
Build
-----
+- Issue #941346: Fix broken shared library build on AIX.
+
- Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in
the configure script but use $GREP instead. Patch by Fabian Groffen.