[pypy-svn] r19458 - pypy/release/0.8.x/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Thu Nov 3 11:57:16 CET 2005


Author: pedronis
Date: Thu Nov  3 11:57:14 2005
New Revision: 19458

Modified:
   pypy/release/0.8.x/pypy/doc/release-0.8.0.txt
Log:
put back some of the old formulation for the third point, I would not advertize become much,
and the new form was a bit too elliptical.



Modified: pypy/release/0.8.x/pypy/doc/release-0.8.0.txt
==============================================================================
--- pypy/release/0.8.x/pypy/doc/release-0.8.0.txt	(original)
+++ pypy/release/0.8.x/pypy/doc/release-0.8.0.txt	Thu Nov  3 11:57:14 2005
@@ -20,13 +20,11 @@
   language compliancy has been slightly increased compared to 0.7
   which had already reached major CPython compliancy goals. 
 
-- Some unique experimental features are now translateable. 
-  Since 0.6.0, PyPy shipped with an experimental "Thunk"
-  Object Space (an abstraction within PyPy responsible for implementing 
-  all Python object operations and manipulation) implementing lazily 
-  computed objects and a 'become' operation allowing to morph an arbitrary 
-  python object into another one. 
-
+- Some experimental features are now translateable.  Since 0.6.0, PyPy
+  shipped with an experimental Object Space (the part of PyPy
+  implementing object operations and manipulation) implementing lazily
+  computed objects, the "Thunk" object space. With 0.8.0 this object
+  space can also be translated preserving its feature additions.
 
 What is PyPy (about)? 
 ------------------------------------------------



More information about the Pypy-commit mailing list