Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r2151:dc94c2f9fad5 Date: 2015-06-01 09:22 +0200 http://bitbucket.org/cffi/cffi/changeset/dc94c2f9fad5/
Log: Update whatsnew diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -278,6 +278,8 @@ needed. (Alternatively, the out-of-line FFIs have a method ``ffi.dlclose(lib)``.) +.. _dlopen-note: + Note: the old version of ``ffi.dlopen()`` from the in-line ABI mode tries to use ``ctypes.util.find_library()`` if it cannot directly find the library. The newer out-of-line ``ffi.dlopen()`` no longer does it diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3,6 +3,19 @@ ====================== +1.1.1 +===== + +* Out-of-line mode: ``ffi.string()``, ``ffi.buffer()`` and + ``ffi.getwinerror()`` didn't accept their arguments as keyword + arguments, unlike their in-line mode equivalent. (It worked in PyPy.) + +* Out-of-line ABI mode: documented a restriction__ of ``ffi.dlopen()`` + when compared to the in-line mode. + +.. __: cdef.html#dlopen-note + + 1.1.0 ===== _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit