# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1324650126 -3600 # Fri Dec 23 15:22:06 2011 +0100 # Branch extradoc # Node ID 682c997ce4fba5354fafe0c065066cd44019a4c9 # Parent 86a7edc8b73e4a8bf568e3d496e8c9fdb51a59a7 Add a link to the Compatibility Wiki. diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -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> diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/compat.txt @@ -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.