Skip to content
Snippets Groups Projects
Commit ad1d49d4c6ef authored by Matti Picus's avatar Matti Picus
Browse files

typo (nedbat)

parent 76349268013a
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
Linux, Mac OS X and Windows:</p>
<ul class="simple">
<li>the Python2.7 compatible release — <strong>PyPy2.7 v6.0</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-v6.0.0.html">what's new in PyPy2.7?</a>)</li>
<li>the Python3.5 compatible release — <strong>PyPy3.5 v6.0</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-v6.0.1.html">what's new in PyPy3.5?</a>).</li>
<li>the Python3.5 compatible release — <strong>PyPy3.5 v6.0</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-v6.0.0.html">what's new in PyPy3.5?</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">
......@@ -127,8 +127,8 @@
<a class="reference external" href="http://buildbot.pypy.org/mirror/">mirror</a>, but please use only if you have troubles accessing the links above</li>
</ul>
</div>
<div class="section" id="python-3-5-3-compatible-pypy3-5-v6-0-1">
<h1>Python 3.5.3 compatible PyPy3.5 v6.0.1</h1>
<div class="section" id="python-3-5-3-compatible-pypy3-5-v6-0-0">
<h1>Python 3.5.3 compatible PyPy3.5 v6.0.0</h1>
<ul class="download-menu simple">
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux32.tar.bz2">Linux x86 binary (32bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux64.tar.bz2">Linux x86-64 binary (64bit, built on Ubuntu 12.04 - 16.04)</a> (see <tt class="docutils literal">[1]</tt> below)</li>
......@@ -266,8 +266,8 @@
<p>Alternatively, get one of the following smaller packages for the source at
the same revision as the above binaries:</p>
<ul class="simple">
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-src.tar.bz2">pypy2-v6.0.1-src.tar.bz2</a> (sources, PyPy 2 only)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.tar.bz2">pypy3-v6.0.1-src.tar.bz2</a> (sources, PyPy 3 only)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-src.tar.bz2">pypy2-v6.0.0-src.tar.bz2</a> (sources, PyPy 2 only)</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.tar.bz2">pypy3-v6.0.0-src.tar.bz2</a> (sources, PyPy 3 only)</li>
</ul>
</li>
<li><p class="first">Make sure you <strong>installed the dependencies.</strong> See the list <a class="reference external" href="http://pypy.readthedocs.org/en/latest/build.html#install-build-time-dependencies">here</a>.</p>
......
......@@ -22,7 +22,7 @@
* the Python2.7 Software Transactional Memory special release — **PyPy-STM 2.5.1** (Linux x86-64 only)
.. _what's new in PyPy2.7?: http://doc.pypy.org/en/latest/release-v6.0.0.html
.. _what's new in PyPy3.5?: http://doc.pypy.org/en/latest/release-v6.0.1.html
.. _what's new in PyPy3.5?: http://doc.pypy.org/en/latest/release-v6.0.0.html
.. class:: download_menu
......@@ -115,7 +115,7 @@
.. _mirror: http://buildbot.pypy.org/mirror/
.. _FreshPorts: http://www.freshports.org/lang/pypy
Python 3.5.3 compatible PyPy3.5 v6.0.1
Python 3.5.3 compatible PyPy3.5 v6.0.0
---------------------------------------
.. class:: download_menu
......@@ -306,8 +306,8 @@
Alternatively, get one of the following smaller packages for the source at
the same revision as the above binaries:
* `pypy2-v6.0.1-src.tar.bz2`__ (sources, PyPy 2 only)
* `pypy3-v6.0.1-src.tar.bz2`__ (sources, PyPy 3 only)
* `pypy2-v6.0.0-src.tar.bz2`__ (sources, PyPy 2 only)
* `pypy3-v6.0.0-src.tar.bz2`__ (sources, PyPy 3 only)
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-src.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.tar.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment