[pypy-svn] r12657 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Fri May 20 20:11:54 CEST 2005


Author: hpk
Date: Fri May 20 20:11:53 2005
New Revision: 12657

Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
prevent the web page from looking ugly at 
the expense of not reproducing the trace-obj space 
output exactly verbatim. 



Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Fri May 20 20:11:53 2005
@@ -198,7 +198,9 @@
     |- 6    BINARY_ADD
       |-    add(W_IntObject(1), W_IntObject(2))   -> W_IntObject(3)
     |- 7    STORE_NAME    0 (a)
-      |-    setitem(W_DictObject([<Entry 3098577608L,W_StringObject('__builtins__'),<pypy.module..., W_StringObject('a'), W_IntObject(3))   -> <W_NoneObject()>
+      |-    setitem(W_DictObject([<Entry 3098577608L,W_StringObject('__builtins__'),
+                    <pypy.module..., W_StringObject('a'), W_IntObject(3))   
+            -> <W_NoneObject()>
     |-10    LOAD_CONST    2 (<W_NoneObject()>)
     |-13    RETURN_VALUE
     |- <<<< leave <inline>a = 1 + 2 @ 1 >>>>



More information about the Pypy-commit mailing list