summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-15 15:44:51 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-15 15:44:51 (GMT)
commit9a829bed975c30f4420f180baf935717c9416e28 (patch)
tree9157544b52c715e5fbd37147110fe7f6036494bf /Misc
parent08e278a562210c58ca7b4d6a4d19ff1ee22c5476 (diff)
downloadcpython-9a829bed975c30f4420f180baf935717c9416e28.zip
cpython-9a829bed975c30f4420f180baf935717c9416e28.tar.gz
cpython-9a829bed975c30f4420f180baf935717c9416e28.tar.bz2
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f5aec45..6b339ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,11 @@ Core and Builtins
Library
-------
+Build
+-----
+
+- Issue #941346: Fix broken shared library build on AIX.
+
What's New in Python 3.2 Release Candidate 3?
=============================================