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

antocuni at codespeak.net antocuni at codespeak.net
Fri Apr 17 16:13:44 CEST 2009


Author: antocuni
Date: Fri Apr 17 16:13:44 2009
New Revision: 64282

Modified:
   pypy/trunk/pypy/doc/getting-started.txt
Log:
the pypy-cli output is slightly different nowadays


Modified: pypy/trunk/pypy/doc/getting-started.txt
==============================================================================
--- pypy/trunk/pypy/doc/getting-started.txt	(original)
+++ pypy/trunk/pypy/doc/getting-started.txt	Fri Apr 17 16:13:44 2009
@@ -562,13 +562,12 @@
 ./pypy-cli-data/main.exe. If you are using Linux or Mac, you can use
 the convenience ./pypy-cli script::
 
-  $ ./pypy-cli
-  Python 2.5.2 (pypy 1.0.0 build 5xxxx) on linux2
-  Type "help", "copyright", "credits" or "license" for more information.
-  (InteractiveConsole)
-   >>>> 1 + 1
-   2
-   >>>>
+    $ ./pypy-cli
+    Python 2.5.2 (64219, Apr 17 2009, 13:54:38)
+    [PyPy 1.0.0] on linux2
+    Type "help", "copyright", "credits" or "license" for more information.
+    And now for something completely different: ``distopian and utopian chairs''
+    >>>> 
 
 Moreover, at the moment it's not possible to do the full translation
 using only the tools provided by the Microsoft .NET SDK, since



More information about the Pypy-commit mailing list