[pypy-commit] pypy.org extradoc: tweaks

mattip pypy.commits at gmail.com
Sat Oct 7 09:10:28 EDT 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: extradoc
Changeset: r901:275468ee16dc
Date: 2017-10-06 00:14 +1100
http://bitbucket.org/pypy/pypy.org/changeset/275468ee16dc/

Log:	tweaks

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -407,7 +407,7 @@
 2e464bcbc8216e55bb2433ace712130244fd1f3fa78de0c0c98745fd8ff12b03  pypy2-v5.8.0-ppc64.tar.bz2
 5746823904df74423376e0326046e1171df9693a6d4c95e8ce14ca83534bae72  pypy2-v5.8.0-ppc64le.tar.bz2
 </pre>
-<p>pypy2.7-5.9.0 sha256</p>
+<p>pypy2.7-5.9.0 sha256:</p>
 <blockquote>
 a2431a9e4ef879da1a2b56b111013b4a6efb87d4173a37bf650de47834ac5fe4  pypy2-v5.9.0-linux32.tar.bz2
 790febd4f09e22d6e2f81154efc7dc4b2feec72712aaf4f82aa91b550abb4b48  pypy2-v5.9.0-linux64.tar.bz2
diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -74,7 +74,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</strong> implements <strong>Python 2.7.13</strong>.
+<p><strong>PyPy</strong> implements <strong>Python 2.7.13 and 3.5.3</strong>.
 It supports all of the core language, passing the 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
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -450,7 +450,7 @@
     2e464bcbc8216e55bb2433ace712130244fd1f3fa78de0c0c98745fd8ff12b03  pypy2-v5.8.0-ppc64.tar.bz2
     5746823904df74423376e0326046e1171df9693a6d4c95e8ce14ca83534bae72  pypy2-v5.8.0-ppc64le.tar.bz2
 
-pypy2.7-5.9.0 sha256
+pypy2.7-5.9.0 sha256:
 
     a2431a9e4ef879da1a2b56b111013b4a6efb87d4173a37bf650de47834ac5fe4  pypy2-v5.9.0-linux32.tar.bz2
     790febd4f09e22d6e2f81154efc7dc4b2feec72712aaf4f82aa91b550abb4b48  pypy2-v5.9.0-linux64.tar.bz2
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** implements **Python 2.7.13**.
+**PyPy** implements **Python 2.7.13 and 3.5.3**.
 It supports all of the core language, passing the 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


More information about the pypy-commit mailing list