[pypy-svn] r16977 - pypy/release/0.7.x/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Aug 28 12:27:10 CEST 2005


Author: cfbolz
Date: Sun Aug 28 12:27:09 2005
New Revision: 16977

Modified:
   pypy/release/0.7.x/pypy/doc/getting-started.txt
Log:
fix info about pystone


Modified: pypy/release/0.7.x/pypy/doc/getting-started.txt
==============================================================================
--- pypy/release/0.7.x/pypy/doc/getting-started.txt	(original)
+++ pypy/release/0.7.x/pypy/doc/getting-started.txt	Sun Aug 28 12:27:09 2005
@@ -149,9 +149,7 @@
     >>>> from test import pystone 
     >>>> pystone.main(10)
 
-Note that this is a slightly modified version of pystone -- the
-original version does not accept the parameter to main().  The
-parameter is the number of loops to run through the test, and the
+The parameter is the number of loops to run through the test. The
 default is 50000, which is far too many to run in a reasonable time
 on the current PyPy implementation.
 
@@ -170,7 +168,7 @@
 Alternatively, as with regular Python, you can simply give a
 script name on the command line::
 
-    python py.py ../../lib-python/modified-2.4.1/test/pystone.py 10
+    python py.py ../../lib-python/2.4.1/test/pystone.py 10
 
 special PyPy features 
 -------------------------- 



More information about the Pypy-commit mailing list