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

arigo at codespeak.net arigo at codespeak.net
Fri Nov 26 13:33:59 CET 2010


Author: arigo
Date: Fri Nov 26 13:33:56 2010
New Revision: 79550

Modified:
   pypy/trunk/pypy/doc/cpython_differences.txt
Log:
A link to cpyext.

Modified: pypy/trunk/pypy/doc/cpython_differences.txt
==============================================================================
--- pypy/trunk/pypy/doc/cpython_differences.txt	(original)
+++ pypy/trunk/pypy/doc/cpython_differences.txt	Fri Nov 26 13:33:56 2010
@@ -34,7 +34,7 @@
     array
     bz2
     cStringIO
-    cpyext
+    `cpyext`_
     crypt
     errno
     exceptions
@@ -85,11 +85,13 @@
 
 The extension modules (i.e. modules written in C, in the standard CPython)
 that are neither mentioned above nor in `lib_pypy/`_ are not available in PyPy.
+(You may have a chance to use them anyway with `cpyext`_.)
 
 .. the nonstandard modules are listed below...
 .. _`__pypy__`: __pypy__-module.html
 .. _`_rawffi`: ctypes-implementation.html
 .. _`_minimal_curses`: config/objspace.usemodules._minimal_curses.html
+.. _`cpyext`: http://morepypy.blogspot.com/2010/04/using-cpython-extension-modules-with.html
 .. _Stackless: stackless.html
 
 



More information about the Pypy-commit mailing list