[pypy-svn] r79640 - in pypy/extradoc/pypy.org: . source

arigo at codespeak.net arigo at codespeak.net
Mon Nov 29 15:07:22 CET 2010


Author: arigo
Date: Mon Nov 29 15:07:15 2010
New Revision: 79640

Modified:
   pypy/extradoc/pypy.org/compat.html
   pypy/extradoc/pypy.org/source/compat.txt
Log:
Bold.


Modified: pypy/extradoc/pypy.org/compat.html
==============================================================================
--- pypy/extradoc/pypy.org/compat.html	(original)
+++ pypy/extradoc/pypy.org/compat.html	Mon Nov 29 15:07:15 2010
@@ -51,7 +51,7 @@
 language, passing Python test suite (with minor modifications that were
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python <a class="reference external" href="http://docs.python.org/library/">standard library modules</a>; details below.</p>
-<p>PyPy has alpha-level support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.4
+<p>PyPy has <strong>alpha-level</strong> support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.4
 release this feature is not yet complete. Most libraries will require
 a bit of effort to work, but there are known success stories. Check out
 PyPy blog for updates.</p>

Modified: pypy/extradoc/pypy.org/source/compat.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/compat.txt	(original)
+++ pypy/extradoc/pypy.org/source/compat.txt	Mon Nov 29 15:07:15 2010
@@ -8,7 +8,7 @@
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python `standard library modules`_; details below.
 
-PyPy has alpha-level support for the `CPython C API`_, however, as of 1.4
+PyPy has **alpha-level** support for the `CPython C API`_, however, as of 1.4
 release this feature is not yet complete. Most libraries will require
 a bit of effort to work, but there are known success stories. Check out
 PyPy blog for updates.



More information about the Pypy-commit mailing list