[pypy-commit] pypy default: Ambiguous grammar (thanks Simon)

arigo noreply at buildbot.pypy.org
Fri Jul 26 17:09:01 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r65692:e46fd79aed8e
Date: 2013-07-26 17:07 +0200
http://bitbucket.org/pypy/pypy/changeset/e46fd79aed8e/

Log:	Ambiguous grammar (thanks Simon)

diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst
--- a/pypy/doc/getting-started-python.rst
+++ b/pypy/doc/getting-started-python.rst
@@ -91,8 +91,8 @@
      python ../../rpython/bin/rpython --opt=jit targetpypystandalone.py
 
    possibly replacing ``--opt=jit`` with another `optimization level`_
-   of your choice like ``--opt=2`` if you do not want to include the JIT
-   compiler, which makes the Python interpreter much slower.  
+   of your choice.  Typical example: ``--opt=2`` gives a good (but of
+   course slower) Python interpreter without the JIT.
 
 .. _`optimization level`: config/opt.html
 


More information about the pypy-commit mailing list