[pypy-svn] r76565 - pypy/trunk/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Tue Aug 10 15:54:16 CEST 2010


Author: fijal
Date: Tue Aug 10 15:54:15 2010
New Revision: 76565

Modified:
   pypy/trunk/pypy/doc/faq.txt
Log:
fix faq (thanks timonator!)


Modified: pypy/trunk/pypy/doc/faq.txt
==============================================================================
--- pypy/trunk/pypy/doc/faq.txt	(original)
+++ pypy/trunk/pypy/doc/faq.txt	Tue Aug 10 15:54:15 2010
@@ -47,8 +47,8 @@
 
 There is also an experimental support for CPython extension modules, so
 they'll run without change (from current observation, rather with little
-change) on trunk. It has not been released yet, although it should be a major
-point of the next pypy release.
+change) on trunk. It has been a part of 1.3 release, but support is still
+in alpha phase.
 
 .. _`extension modules`: cpython_differences.html#extension-modules
 .. _`cpython_differences`: cpython_differences.html
@@ -373,7 +373,7 @@
 --------------------------------------------
 
 No.  PyPy always runs your code in its own interpreter, which is a
-full and compliant Python 2.4 interpreter.  RPython_ is only the
+full and compliant Python 2.5 interpreter.  RPython_ is only the
 language in which parts of PyPy itself are written and extension
 modules for it.  The answer to whether something needs to be written as
 an extension module, apart from the "gluing to external libraries" reason, will



More information about the Pypy-commit mailing list