diff --git a/compat.html b/compat.html index 86a7edc8b73e4a8bf568e3d496e8c9fdb51a59a7_Y29tcGF0Lmh0bWw=..682c997ce4fba5354fafe0c065066cd44019a4c9_Y29tcGF0Lmh0bWw= 100644 --- 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 index 86a7edc8b73e4a8bf568e3d496e8c9fdb51a59a7_c291cmNlL2NvbXBhdC50eHQ=..682c997ce4fba5354fafe0c065066cd44019a4c9_c291cmNlL2NvbXBhdC50eHQ= 100644 --- 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.