Author: Armin Rigo <[email protected]> Branch: Changeset: r778:4e632efa7c2e Date: 2012-08-04 17:52 +0200 http://bitbucket.org/cffi/cffi/changeset/4e632efa7c2e/
Log: Side-effect: the ctypes backend now supports verify(). diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -99,8 +99,7 @@ * or you can directly import and use ``cffi``, but if you don't compile the ``_cffi_backend`` extension module, it will fall back - to using internally ``ctypes`` (much slower and does not support - ``verify()``; we recommend not to use it). + to using internally ``ctypes`` (much slower; we recommend not to use it). * running the tests: ``py.test c/ testing/ -x`` (if you didn't install cffi yet, you may need ``python setup_base.py build`` _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
