Author: Matti Picus <matti.pi...@gmail.com>
Branch: extradoc
Changeset: r633:51c1452f8036
Date: 2015-09-04 15:15 +0300
http://bitbucket.org/pypy/pypy.org/changeset/51c1452f8036/

Log:    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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to