From: Thomas Heller Date: Wed, 5 Mar 2008 14:53:39 +0000 (+0000) Subject: News entry for yesterdays commit. X-Git-Tag: v2.6a2~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78b8f4458d2189cc6c26874eec19c19a6df7ed06;p=python News entry for yesterdays commit. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4992513fac..8d0dc79511 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? =================================