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

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


Author: tismer
Date: Fri May 20 21:06:45 2005
New Revision: 12664

Modified:
   pypy/dist/pypy/documentation/translation.txt
Log:
testing

Modified: pypy/dist/pypy/documentation/translation.txt
==============================================================================
--- pypy/dist/pypy/documentation/translation.txt	(original)
+++ pypy/dist/pypy/documentation/translation.txt	Fri May 20 21:06:45 2005
@@ -790,10 +790,6 @@
     #!/bin/env python
     # -*- coding: LATIN-1 -*-
 
-    #*************************************************************
-
-the single gobal function::
-
     def initapp2interpexec(space):
       """NOT_RPYTHON"""
 
@@ -806,6 +802,8 @@
 
       f_g = g
 
+``The meat of the code``::
+
       def g(space, w_n_2):
         goto = 3 # startblock
         while True:
@@ -837,6 +835,8 @@
 
       fastf_g = g
 
+``Initialisation code``::
+
       g3dict = space.newdict([])
       gs___name__ = space.wrap('__name__')
       gs_app2interpexec = space.wrap('app2interpexec')



More information about the Pypy-commit mailing list