diff options
author | Georg Brandl <georg@python.org> | 2011-02-25 10:20:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-25 10:20:45 (GMT) |
commit | 6baf117d88f03e11c74d576c75268604377d2715 (patch) | |
tree | 0f220dd669f8297945b84f43fe141fd5f5e0e7f3 /Misc/NEWS | |
parent | 2774310c27c6a8f4eb0d7d35e977767fa70d144f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |