Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r698:d5286b71511a Date: 2016-01-30 15:40 +0100 http://bitbucket.org/pypy/pypy.org/changeset/d5286b71511a/
Log: Add a warning: pypy3 is slow and old diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -134,6 +134,9 @@ </div> <div class="section" id="python-3-2-5-compatible-pypy3-2-4-0"> <h1>Python 3.2.5 compatible PyPy3 2.4.0</h1> +<p class="download-menu">Warning: this is (1) based on an old release of PyPy, and (2) only +supporting the Python 3.2 language. It's also known to be +(sometimes much) slower than PyPy 2.</p> <ul class="simple"> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-2.4.0-linux.tar.bz2">Linux x86 binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)</a> (see <tt class="docutils literal">[1]</tt> below)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-2.4.0-linux64.tar.bz2">Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -109,6 +109,12 @@ Python 3.2.5 compatible PyPy3 2.4.0 ----------------------------------- +.. class:: download_menu + + Warning: this is (1) based on an old release of PyPy, and (2) only + supporting the Python 3.2 language. It's also known to be + (sometimes much) slower than PyPy 2. + * `Linux x86 binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)`__ (see ``[1]`` below) * `Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)`__ (see ``[1]`` below) * `ARM Hardfloat Linux binary (ARMHF/gnueabihf, tar.bz2, Raspbian)`__ (see ``[1]`` below) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
