Merged revisions 88426 via svnmerge from
svn+ssh://pythondev@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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index d58350b..381ca19 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -187,6 +187,8 @@
Build
-----
+- Issue #941346: Fix broken shared library build on AIX.
+
- Issue #11268: Prevent Mac OS X Installer failure if Documentation
package had previously been installed.