diff options
author | Armin Rigo <arigo@tunes.org> | 2012-08-04 17:52:47 +0200 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2012-08-04 17:52:47 +0200 |
commit | 2b6e23401a9e228935d36c85c059a5a4c363d276 (patch) | |
tree | 811c511c0cfdf3739e8d6fb8bde3a85b9863ea2f | |
parent | b156582aa68c76febda7f39b0c08cfc208900d97 (diff) | |
download | cffi-2b6e23401a9e228935d36c85c059a5a4c363d276.tar.gz |
Side-effect: the ctypes backend now supports verify().
-rw-r--r-- | doc/source/index.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 48d2d37..6d61936 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -99,8 +99,7 @@ Download and Installation: * 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`` |