[pypy-svn] r16955 - pypy/release/0.7.x/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Sun Aug 28 11:48:34 CEST 2005


Author: pedronis
Date: Sun Aug 28 11:48:33 2005
New Revision: 16955

Modified:
   pypy/release/0.7.x/pypy/doc/architecture.txt
Log:
this goal was basically achieved



Modified: pypy/release/0.7.x/pypy/doc/architecture.txt
==============================================================================
--- pypy/release/0.7.x/pypy/doc/architecture.txt	(original)
+++ pypy/release/0.7.x/pypy/doc/architecture.txt	Sun Aug 28 11:48:33 2005
@@ -321,7 +321,7 @@
 RPython, the Flow Object Space and translation
 ==============================================
 
-One of PyPy's now-short-term objectives is to enable translation of our
+One of PyPy's now achieved objectives is to enable translation of our
 bytecode interpreter and standard object space into a lower-level language.
 In order for our translation and type inference mechanisms to work
 effectively, we need to restrict the dynamism of our interpreter-level



More information about the Pypy-commit mailing list