[pypy-svn] r71703 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Wed Mar 3 10:47:50 CET 2010


Author: arigo
Date: Wed Mar  3 10:47:47 2010
New Revision: 71703

Modified:
   pypy/trunk/pypy/doc/getting-started-python.txt
Log:
Add "as of March 2010".


Modified: pypy/trunk/pypy/doc/getting-started-python.txt
==============================================================================
--- pypy/trunk/pypy/doc/getting-started-python.txt	(original)
+++ pypy/trunk/pypy/doc/getting-started-python.txt	Wed Mar  3 10:47:47 2010
@@ -67,8 +67,8 @@
 
    possibly replacing ``--opt=jit`` with another `optimization level`_
    of your choice like ``--opt=2`` if you do not want the included JIT
-   compiler.  (The default level so far is 2.  Do not use ``--opt=jit``
-   on something else than Intel **32-bit** machines.)
+   compiler.  (As of March 2010, the default level is ``--opt=2``, and
+   ``--opt=jit`` requires an Intel **32-bit** environment.)
 
 .. _`optimization level`: config/opt.html
 



More information about the Pypy-commit mailing list