Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r357:5738e24a4881
Date: 2012-06-14 23:05 +0200
http://bitbucket.org/cffi/cffi/changeset/5738e24a4881/

Log:    verify() requires _ffi_backend.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -58,7 +58,8 @@
 
 * or you can directly import and use ``cffi``, but if you don't
   compile the ``_ffi_backend`` extension module, it will fall back
-  to using internally ``ctypes`` (slower).
+  to using internally ``ctypes`` (slower and does not support
+  ``verify()``).
 
 
 Examples
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to