[pypy-svn] r18932 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Tue Oct 25 14:27:28 CEST 2005


Author: pedronis
Date: Tue Oct 25 14:27:27 2005
New Revision: 18932

Modified:
   pypy/dist/pypy/doc/getting-started-0.8.txt
Log:
updated session example



Modified: pypy/dist/pypy/doc/getting-started-0.8.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started-0.8.txt	(original)
+++ pypy/dist/pypy/doc/getting-started-0.8.txt	Tue Oct 25 14:27:27 2005
@@ -446,12 +446,13 @@
 (because of ``--run`` option) by the friendly prompt of a PyPy
 executable that is not running on top of CPython any more::
 
-    Running!
+    [translation:info] created: ./pypy-c
+    [translation:info] Running compiled c source...
     debug: entry point starting
     debug:  argv -> ./pypy-c
-    importing code
-    calling code.interact()
-    Python 2.4.1 (pypy 0.7.0 build) on linux2
+    debug: importing code
+    debug: calling code.interact()
+    Python 2.4.1 (pypy 0.7.1 build 18929) on linux2
     Type "help", "copyright", "credits" or "license" for more information.
     (InteractiveConsole)
     >>>> 1 + 1



More information about the Pypy-commit mailing list