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

tismer at codespeak.net tismer at codespeak.net
Fri May 20 21:22:20 CEST 2005


Author: tismer
Date: Fri May 20 21:22:20 2005
New Revision: 12667

Modified:
   pypy/dist/pypy/documentation/translation.txt
Log:
no chance, I can't rip the output into
pieces, or the indentation will be broken.

Modified: pypy/dist/pypy/documentation/translation.txt
==============================================================================
--- pypy/dist/pypy/documentation/translation.txt	(original)
+++ pypy/dist/pypy/documentation/translation.txt	Fri May 20 21:22:20 2005
@@ -802,10 +802,6 @@
 
       f_g = g
 
-``the real code body is here:``
-
-::
-
       def g(space, w_n_2):
         goto = 3 # startblock
         while True:
@@ -837,10 +833,6 @@
 
       fastf_g = g
 
-``the rest is initialization:``
-
-::
-
       g3dict = space.newdict([])
       gs___name__ = space.wrap('__name__')
       gs_app2interpexec = space.wrap('app2interpexec')



More information about the Pypy-commit mailing list