Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r436:48567f8dfc1e Date: 2013-05-16 18:42 +0200 http://bitbucket.org/pypy/pypy.org/changeset/48567f8dfc1e/
Log: Update the version number here too diff --git a/features.html b/features.html --- a/features.html +++ b/features.html @@ -45,7 +45,7 @@ <div> <div id="main"> <h1 class="title">Features</h1> -<p><strong>PyPy 2.0</strong> implements <strong>Python 2.7.3</strong> and runs on Intel +<p><strong>PyPy 2.0.1</strong> implements <strong>Python 2.7.3</strong> and runs on Intel <a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a> , <a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a> and <a class="reference external" href="http://en.wikipedia.org/wiki/ARM">ARM</a> platforms (alpha), with PPC being underway. It supports all of the core language, passing the Python test suite (with minor modifications that were already accepted in the main python diff --git a/source/features.txt b/source/features.txt --- a/source/features.txt +++ b/source/features.txt @@ -6,7 +6,7 @@ PyPy features =========================================================== -**PyPy 2.0** implements **Python 2.7.3** and runs on Intel +**PyPy 2.0.1** implements **Python 2.7.3** and runs on Intel `x86 (IA-32)`_ , `x86_64`_ and `ARM`_ platforms (alpha), with PPC being underway. It supports all of the core language, passing the Python test suite (with minor modifications that were already accepted in the main python _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
