# HG changeset patch # User Richard Plangger <planrichi@gmail.com> # Date 1487173642 -3600 # Wed Feb 15 16:47:22 2017 +0100 # Branch extradoc # Node ID b395a4d19079355bac62f517510c5f5fb774118d # Parent 52ef6e0c9e3d34703ef0e9856e261fa85391451c 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?`_)