summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-03-20 10:21:51 +0100
committerArmin Rigo <arigo@tunes.org>2016-03-20 10:21:51 +0100
commit0f01b3c8696ac62b83bccdf2afc972472056d60d (patch)
tree61e47c62418dc447632e618bffa230035118abb6
parent02351679395018c1a0b0f8cd89a4a048a12ce406 (diff)
downloadcffi-0f01b3c8696ac62b83bccdf2afc972472056d60d.tar.gz
Update comment
-rw-r--r--doc/source/embedding.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst
index 08ae09a..df3bc26 100644
--- a/doc/source/embedding.rst
+++ b/doc/source/embedding.rst
@@ -28,9 +28,8 @@ One of the goals of this approach is to be entirely independent from
the CPython C API: no ``Py_Initialize()`` nor ``PyRun_SimpleString()``
nor even ``PyObject``. It works identically on CPython and PyPy.
-.. note:: PyPy release 4.0.1 contains CFFI 1.4 only.
-
-This is entirely *new in version 1.5.*
+This is entirely *new in version 1.5.* (PyPy contains CFFI 1.5 since
+release 5.0.)
Usage