[pypy-svn] r80317 - in pypy/extradoc/pypy.org: . source

arigo at codespeak.net arigo at codespeak.net
Wed Feb 9 17:08:59 CET 2011


Author: arigo
Date: Wed Feb  9 17:08:53 2011
New Revision: 80317

Modified:
   pypy/extradoc/pypy.org/download.html
   pypy/extradoc/pypy.org/source/download.txt
Log:
Add a paragraph.

Modified: pypy/extradoc/pypy.org/download.html
==============================================================================
--- pypy/extradoc/pypy.org/download.html	(original)
+++ pypy/extradoc/pypy.org/download.html	Wed Feb  9 17:08:53 2011
@@ -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>.

Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Wed Feb  9 17:08:53 2011
@@ -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.
 



More information about the Pypy-commit mailing list