summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-03-05 14:53:39 (GMT)
committerThomas Heller <theller@ctypes.org>2008-03-05 14:53:39 (GMT)
commit78b8f4458d2189cc6c26874eec19c19a6df7ed06 (patch)
treefde7a633b018628e96b587629d8931ff08ef534d
parent225163d6a686d18d6d283719cb9d4956c9574ece (diff)
downloadcpython-78b8f4458d2189cc6c26874eec19c19a6df7ed06.zip
cpython-78b8f4458d2189cc6c26874eec19c19a6df7ed06.tar.gz
cpython-78b8f4458d2189cc6c26874eec19c19a6df7ed06.tar.bz2
News entry for yesterdays commit.
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4992513..8d0dc79 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,16 @@ Core and builtins
- Issue #2238: Some syntax errors in *args and **kwargs expressions could give
bogus error messages.
+Library
+-------
+
+- The bundled libffi copy is now in sync with the recently released
+ libffi3.0.4 version, apart from some small changes to
+ Modules/_ctypes/libffi/configure.ac.
+ On OS X, preconfigured libffi files are used.
+ On all linux systems the --with-system-ffi configure option defaults
+ to "yes".
+
What's New in Python 2.6 alpha 1?
=================================