summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2013-04-05 14:40:47 +0200
committerArmin Rigo <arigo@tunes.org>2013-04-05 14:40:47 +0200
commit02aa2ec5570d4f132f12dbc275fa199ab5d517e0 (patch)
tree6f5e736bf5ab65d469cb2a016c8bfd49317c7c77
parent01cb8a6f4c2c8921814376770f940b5e368b52d1 (diff)
parent310ba273925a522e718ee062c5867da2c0d1a517 (diff)
downloadcffi-release-0.6.tar.gz
hg merge defaultrelease-0.6
-rw-r--r--doc/source/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index b417dfc..d546ec9 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -63,7 +63,7 @@ platform as well as on Win32. There are some Windows-specific issues
left.
It supports CPython 2.6; 2.7; 3.x (tested with 3.2 and 3.3);
-and PyPy 2.0 beta1 or later.
+and PyPy 2.0 beta2 or later.
Its speed is comparable to ctypes on CPython (a bit faster but a higher
warm-up time). It is already faster on PyPy (1.5x-2x), but not yet
@@ -71,7 +71,7 @@ warm-up time). It is already faster on PyPy (1.5x-2x), but not yet
Requirements:
-* CPython 2.6 or 2.7 or 3.x, or PyPy trunk
+* CPython 2.6 or 2.7 or 3.x, or PyPy 2.0 beta2
* on CPython you need to build the C extension module, so you need
``python-dev`` and ``libffi-dev`` (for Windows, libffi is included