diff --git a/compat.html b/compat.html index 8ef45ac2e7a749650a9d310386aab5492d2c64c6_Y29tcGF0Lmh0bWw=..f74f4787ffd4ec7c0e61c9f32225e8227b573717_Y29tcGF0Lmh0bWw= 100644 --- a/compat.html +++ b/compat.html @@ -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 have alpha-level support of the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.3 -release this feature is not yet complete. Most libraries would require +<p>PyPy has alpha-level support of the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.3 +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> @@ -56,9 +56,9 @@ a bit of effort to work, but there are known success stories. Check out PyPy blog for updates.</p> -<p>C extensions has to be recompiled for PyPy in order to work. Depending on +<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. In order to instruct pypy to load a CPython extension (compiled with supplied Python.h), run following line:</p> <pre class="literal-block"> import cpyext </pre> @@ -59,10 +59,10 @@ your build system, it might work out of the box or will be slightly harder. In order to instruct pypy to load a CPython extension (compiled with supplied Python.h), run following line:</p> <pre class="literal-block"> import cpyext </pre> -<p>before importing an extensions. You can put this line in your PYTHONSTARTUP +<p>before importing any extensions. You can put this line in your PYTHONSTARTUP file if you want this to be enabled permanently.</p> <p>Standard library modules supported by PyPy, in alphabetical order:</p> <ul class="simple"> @@ -131,4 +131,4 @@ </div> </div></div></div> </body> -</html> \ No newline at end of file +</html>