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

fijal at codespeak.net fijal at codespeak.net
Mon Nov 22 14:21:25 CET 2010


Author: fijal
Date: Mon Nov 22 14:21:23 2010
New Revision: 79343

Modified:
   pypy/trunk/pypy/doc/release-1.4.0beta.txt
Log:
mention cpyext

Modified: pypy/trunk/pypy/doc/release-1.4.0beta.txt
==============================================================================
--- pypy/trunk/pypy/doc/release-1.4.0beta.txt	(original)
+++ pypy/trunk/pypy/doc/release-1.4.0beta.txt	Mon Nov 22 14:21:23 2010
@@ -19,6 +19,9 @@
 
 * x86_64 JIT backend
 
+* since PyPy 1.3 we have an experimental support for CPython C extensions.
+  Those has to be recompiled using `pypy setup.py build`
+
 * rewritten fast and jitted regular expressions
 
 * improvements all across the board (for example faster map calls)



More information about the Pypy-commit mailing list