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

hpk at codespeak.net hpk at codespeak.net
Thu May 19 19:41:15 CEST 2005


Author: hpk
Date: Thu May 19 19:41:15 2005
New Revision: 12561

Modified:
   pypy/dist/pypy/documentation/release-0.6.txt
Log:
some more ReST fixes (although i am not entirely
sure how successful)


Modified: pypy/dist/pypy/documentation/release-0.6.txt
==============================================================================
--- pypy/dist/pypy/documentation/release-0.6.txt	(original)
+++ pypy/dist/pypy/documentation/release-0.6.txt	Thu May 19 19:41:15 2005
@@ -53,15 +53,15 @@
   PyPy comes with experimental object spaces augmenting the
   standard one through delegation:
 
-    - an experimental object space that does extensive tracing of
-      bytecode and object operations;
+  * an experimental object space that does extensive tracing of
+    bytecode and object operations;
 
-    - the 'thunk' object space that implements lazy values and a 'become'
-      operation that can exchange object identities.
+  * the 'thunk' object space that implements lazy values and a 'become'
+    operation that can exchange object identities.
   
-  *These spaces already give a glimpse in the flexibility potential of
-  PyPy*.  (See demo/fibonacci.py and demo/sharedref.py for examples
-  about the 'thunk' object space.)
+  These spaces already give a glimpse in the flexibility potential of
+  PyPy.  See demo/fibonacci.py and demo/sharedref.py for examples
+  about the 'thunk' object space.
 
 * The 0.6 release also contains a snapshot of our translation-efforts 
   to lower level languages.  For that we have developed an



More information about the Pypy-commit mailing list