# HG changeset patch # User Matti Picus <matti.picus@gmail.com> # Date 1441368907 -10800 # Fri Sep 04 15:15:07 2015 +0300 # Branch extradoc # Node ID 51c1452f8036038670c11c3d5f369c8c22edc87a # Parent 7da6a7219a92592bce78f70b58d2535ab64728f1 more fixes for issue #2055 (Christian Clauss) diff --git a/features.html b/features.html --- a/features.html +++ b/features.html @@ -72,7 +72,7 @@ <p>PyPy is a replacement for CPython. It is built using the RPython language that was co-developed with it. The main reason to use it instead of CPython is speed: it runs generally faster (see next section).</p> -<p><strong>PyPy 2.5</strong> implements <strong>Python 2.7.10</strong> and runs on Intel +<p><strong>PyPy</strong> implements <strong>Python 2.7.10</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, with PPC being stalled. 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 @@ -10,7 +10,7 @@ language that was co-developed with it. The main reason to use it instead of CPython is speed: it runs generally faster (see next section). -**PyPy 2.5** implements **Python 2.7.10** and runs on Intel +**PyPy** implements **Python 2.7.10** and runs on Intel `x86 (IA-32)`_ , `x86_64`_ and `ARM`_ platforms, with PPC being stalled. It supports all of the core language, passing the Python test suite (with minor modifications that were already accepted in the main python