Author: mattip <[email protected]> Branch: extradoc Changeset: r720:cb470d7e673f Date: 2016-03-10 19:01 +0200 http://bitbucket.org/pypy/pypy.org/changeset/cb470d7e673f/
Log: mention PPC diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -72,7 +72,7 @@ <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 and ARM Linux, Mac OS/X and Windows for:</p> +<p>We provide binaries for x86, ARM, and PPC Linux, Mac OS/X and Windows for:</p> <ul class="simple"> <li>the Python2.7 compatible release — <strong>PyPy 5.0</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-5.0.0.html">what's new in PyPy 5.0?</a>)</li> <li>the Python3.2.5 compatible release — <strong>PyPy3 2.4.0</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy3-2.4.0.html">what's new in PyPy3 2.4.0?</a>).</li> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -12,7 +12,7 @@ as stable as the release, but they contain numerous bugfixes and performance improvements. -We provide binaries for x86 and ARM Linux, Mac OS/X and Windows for: +We provide binaries for x86, ARM, and PPC Linux, Mac OS/X and Windows for: * the Python2.7 compatible release — **PyPy 5.0** — (`what's new in PyPy 5.0?`_) * the Python3.2.5 compatible release — **PyPy3 2.4.0** — (`what's new in PyPy3 2.4.0?`_). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
