summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-06-19 16:01:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-06-19 16:01:58 (GMT)
commit15a7d2e8d6cde1acedbe7b0c9991c72db9c16883 (patch)
tree49c22acc5273a079b4bb2a34eabc2d94d28c22e0 /Misc
parent10dc0eb5a400bf1c8a8568672fcd1923f8ef471c (diff)
parent19886b8adccf0d02ec4091feda259aa60049432b (diff)
downloadcpython-15a7d2e8d6cde1acedbe7b0c9991c72db9c16883.zip
cpython-15a7d2e8d6cde1acedbe7b0c9991c72db9c16883.tar.gz
cpython-15a7d2e8d6cde1acedbe7b0c9991c72db9c16883.tar.bz2
merge 3.3 (#18248)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d927f77..ecec86b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,8 @@ Core and Builtins
Library
-------
+- Issue #18248: Fix libffi build on AIX.
+
- Issue #18259: Declare sethostname in socketmodule.c for AIX
- Issue #18147: Add diagnostic functions to ssl.SSLContext(). get_ca_list()