[pypy-commit] pypy default: Comment

arigo noreply at buildbot.pypy.org
Thu Sep 24 09:46:50 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r79806:3c4e18e30656
Date: 2015-09-24 09:47 +0200
http://bitbucket.org/pypy/pypy/changeset/3c4e18e30656/

Log:	Comment

diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst
--- a/pypy/doc/extending.rst
+++ b/pypy/doc/extending.rst
@@ -5,8 +5,8 @@
 with any external library.
 
 Right now, there are the following possibilities of providing
-third-party modules for the PyPy python interpreter (in order of
-usefulness):
+third-party modules for the PyPy python interpreter (in order, from most
+directly useful to most messy to use with PyPy):
 
 * Write them in pure Python and use CFFI_.
 


More information about the pypy-commit mailing list