[pypy-commit] pypy default: Update

arigo noreply at buildbot.pypy.org
Thu Sep 11 10:29:53 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r73450:ab723fa4e9f7
Date: 2014-09-11 10:29 +0200
http://bitbucket.org/pypy/pypy/changeset/ab723fa4e9f7/

Log:	Update

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
@@ -111,6 +111,10 @@
    of your choice.  Typical example: ``--opt=2`` gives a good (but of
    course slower) Python interpreter without the JIT.
 
+   Consider using PyPy instead of CPython in the above command line,
+   as it is much faster.  (Note that ``rpython`` is a Python 2 program,
+   not Python 3; you need to run either PyPy 2 or CPython 2.)
+
 .. _`optimization level`: config/opt.html
 
 If everything works correctly this will create an executable


More information about the pypy-commit mailing list