diff --git a/download.html b/download.html index 2d756d1adbc52c45d5ab6b4cd6d158fc74949b11_ZG93bmxvYWQuaHRtbA==..c50aad040cd805238180a6774d6839c1c7c94583_ZG93bmxvYWQuaHRtbA== 100644 --- a/download.html +++ b/download.html @@ -81,6 +81,8 @@ <span id="other-versions-without-a-jit"></span><h1>Other versions</h1> <p>The other versions of PyPy are:</p> <ul class="simple"> +<li>The most up-to-date nightly build with a JIT, if the official +release is too old for what you want to do.</li> <li>No JIT: A version without the JIT. Consumes a bit less memory and may be faster on short-running scripts.</li> <li>Stackless: Provides <a class="reference external" href="http://www.stackless.com/">Stackless</a> extensions, as well as <a class="reference external" href="http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt">greenlets</a>. diff --git a/source/download.txt b/source/download.txt index 2d756d1adbc52c45d5ab6b4cd6d158fc74949b11_c291cmNlL2Rvd25sb2FkLnR4dA==..c50aad040cd805238180a6774d6839c1c7c94583_c291cmNlL2Rvd25sb2FkLnR4dA== 100644 --- a/source/download.txt +++ b/source/download.txt @@ -55,6 +55,9 @@ The other versions of PyPy are: +* The most up-to-date nightly build with a JIT, if the official + release is too old for what you want to do. + * No JIT: A version without the JIT. Consumes a bit less memory and may be faster on short-running scripts.