[pypy-commit] cffi release-0.8: clarify that cffi is distributed with pypy

mattip noreply at buildbot.pypy.org
Mon Apr 28 20:32:57 CEST 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: release-0.8
Changeset: r1508:0884285cc707
Date: 2014-04-28 18:32 +0000
http://bitbucket.org/cffi/cffi/changeset/0884285cc707/

Log:	clarify that cffi is distributed with pypy

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -45,7 +45,7 @@
 Installation and Status
 =======================================================
 
-Quick installation:
+Quick installation (for cpython, cffi is distributed with PyPy):
 
 * ``pip install cffi``
 
@@ -60,10 +60,10 @@
 left.
 
 It supports CPython 2.6; 2.7; 3.x (tested with 3.2 and 3.3);
-and PyPy 2.0 beta2 or later.
+and is distrubuted with 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
+warm-up time).  It is already faster than ctypes on PyPy (1.5x-2x), but not yet
 *much* faster; stay tuned.
 
 Requirements:


More information about the pypy-commit mailing list