Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r2895:46f49821e351
Date: 2017-02-28 09:10 +0100
http://bitbucket.org/cffi/cffi/changeset/46f49821e351/

Log:    Document more explicitly the difference between CompiledFFI and FFI.

diff --git a/doc/source/ref.rst b/doc/source/ref.rst
--- a/doc/source/ref.rst
+++ b/doc/source/ref.rst
@@ -8,6 +8,14 @@
 FFI Interface
 -------------
 
+*This page documents the runtime interface of the two types "FFI" and
+"CompiledFFI".  These two types are very similar to each other.  You get
+a CompiledFFI object if you import an out-of-line module.  You get a FFI
+object from explicitly writing cffi.FFI().  Unlike CompiledFFI, the type
+FFI has also got additional methods documented on the* `next page`__.
+
+.. __: cdef.html
+
 
 ffi.NULL
 ++++++++
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to