Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r820:2f49dd4737a5 Date: 2016-11-14 08:47 +0100 http://bitbucket.org/pypy/pypy.org/changeset/2f49dd4737a5/
Log: updates on pypy3.3/pypy3.5 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -75,7 +75,7 @@ <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>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-alpha</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy3.3-v5.5-alpha.html">what's new in PyPy3.3?</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-alpha.html">what's new in PyPy3.3?</a>).</li> <li>the Python2.7 Software Transactional Memory special release — <strong>PyPy-STM 2.5.1</strong> (Linux x86-64 only)</li> </ul> <ul class="download-menu simple"> @@ -136,8 +136,11 @@ </div> <div class="section" id="python-3-3-5-compatible-pypy3-3-v5-5"> <h1>Python 3.3.5 compatible PyPy3.3 v5.5</h1> -<p class="download-menu">Warning: this is an alpha release supporting the Python 3.3 language. -It's also known to be (sometimes much) slower than PyPy 2.</p> +<p class="download-menu">Warning: PyPy3.3 is considered <strong>alpha/beta software.</strong> All binaries +are thus called “alpha”. It is known to be sometimes much slower than +PyPy 2. You are welcome to use it anyway; if you're lucky it will +be fast in your case. We are currently working on <a class="reference external" href="http://buildbot.pypy.org/nightly/py3.5/">PyPy3.5 supporting +Python 3.5.x</a>, but it is not ready for release yet.</p> <ul class="simple"> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.3-v5.5.0-alpha-linux32.tar.bz2">Linux x86 binary (32bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3.3-v5.5.0-alpha-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 @@ -16,7 +16,7 @@ * the Python2.7 compatible release — **PyPy2.7 v5.6.0** — (`what's new in PyPy2.7?`_) -* the Python3.3 compatible release — **PyPy3.3 v5.5-alpha** — (`what's new in PyPy3.3?`_). +* the Python3.3 compatible release — **PyPy3.3 v5.5** — (`what's new in PyPy3.3?`_). * the Python2.7 Software Transactional Memory special release — **PyPy-STM 2.5.1** (Linux x86-64 only) @@ -117,8 +117,13 @@ .. class:: download_menu - Warning: this is an alpha release supporting the Python 3.3 language. - It's also known to be (sometimes much) slower than PyPy 2. + Warning: PyPy3.3 is considered **alpha/beta software.** All binaries + are thus called "alpha". It is known to be sometimes much slower than + PyPy 2. You are welcome to use it anyway; if you're lucky it will + be fast in your case. We are currently working on `PyPy3.5 supporting + Python 3.5.x`__, but it is not ready for release yet. + +.. __: http://buildbot.pypy.org/nightly/py3.5/ * `Linux x86 binary (32bit, tar.bz2 built on Ubuntu 12.04 - 14.04)`__ (see ``[1]`` below) * `Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)`__ (see ``[1]`` below) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
