[pypy-commit] pypy.org extradoc: add s390x to the enumeration in one of the first download paragraphs

plan_rich pypy.commits at gmail.com
Wed Feb 15 10:47:33 EST 2017


Author: Richard Plangger <planrichi at gmail.com>
Branch: extradoc
Changeset: r863:b395a4d19079
Date: 2017-02-15 16:47 +0100
http://bitbucket.org/pypy/pypy.org/changeset/b395a4d19079/

Log:	add s390x to the enumeration in one of the first download paragraphs

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -74,7 +74,8 @@
 <p class="download-menu">There are <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly binary builds</a> available. Those builds are not always
 as stable as the release, but they contain numerous bugfixes and
 performance improvements.</p>
-<p>We provide binaries for x86, ARM, and PPC Linux, Mac OS/X and Windows for:</p>
+<p>We provide binaries for x86, ARM, PPC and s390x running on different operating systems such as
+Linux, Mac OS/X and Windows:</p>
 <ul class="simple">
 <li>the Python2.7 compatible release — <strong>PyPy2.7 v5.6.0</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy2.7-v5.6.0.html">what's new in PyPy2.7?</a>)</li>
 <li>the Python3.3 compatible release — <strong>PyPy3.3 v5.5</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy3.3-v5.5.0.html">what's new in PyPy3.3?</a>).</li>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -12,7 +12,8 @@
   as stable as the release, but they contain numerous bugfixes and
   performance improvements.
 
-We provide binaries for x86, ARM, and PPC Linux, Mac OS/X and Windows for:
+We provide binaries for x86, ARM, PPC and s390x running on different operating systems such as
+Linux, Mac OS/X and Windows:
 
 * the Python2.7 compatible release — **PyPy2.7 v5.6.0** — (`what's new in PyPy2.7?`_)
 


More information about the pypy-commit mailing list