Skip to content
Snippets Groups Projects
Commit ce65b7d4 authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

merge

parents 0236eec6 682c997c
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
<p>PyPy has <strong>alpha/beta-level</strong> support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.7
release this feature is not yet complete. Many libraries will require
a bit of effort to work, but there are known success stories. Check out
PyPy blog for updates.</p>
PyPy blog for updates, as well as the <a class="reference external" href="https://bitbucket.org/pypy/compatibility/wiki/Home">Compatibility Wiki</a>.</p>
<p>C extensions need to be recompiled for PyPy in order to work. Depending on
your build system, it might work out of the box or will be slightly harder.</p>
<p>Standard library modules supported by PyPy, in alphabetical order:</p>
......
......@@ -11,7 +11,9 @@
PyPy has **alpha/beta-level** support for the `CPython C API`_, however, as of 1.7
release this feature is not yet complete. Many libraries will require
a bit of effort to work, but there are known success stories. Check out
PyPy blog for updates.
PyPy blog for updates, as well as the `Compatibility Wiki`__.
.. __: https://bitbucket.org/pypy/compatibility/wiki/Home
C extensions need to be recompiled for PyPy in order to work. Depending on
your build system, it might work out of the box or will be slightly harder.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment