[pypy-commit] cffi default: Mention PyPy, at least.

arigo noreply at buildbot.pypy.org
Sun Jun 17 20:22:03 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r424:169c1f927c9a
Date: 2012-06-17 20:21 +0200
http://bitbucket.org/cffi/cffi/changeset/169c1f927c9a/

Log:	Mention PyPy, at least.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -44,9 +44,12 @@
 platform as well as on Win32.  There are some Windows-specific issues
 left.
 
+It currently supports CPython 2.x.  Support for PyPy is coming soon.
+Support for CPython 3.x should not be too hard.
+
 Requirements:
 
-* Python 2.6 or 2.7 (you need ``python-dev``)
+* CPython 2.6 or 2.7 (you need ``python-dev``)
 
 * pycparser 2.06: http://code.google.com/p/pycparser/
 


More information about the pypy-commit mailing list