[pypy-svn] r39110 - pypy/release/0.99.x/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Sat Feb 17 15:29:36 CET 2007


Author: hpk
Date: Sat Feb 17 15:29:35 2007
New Revision: 39110

Modified:
   pypy/release/0.99.x/pypy/doc/release-0.99.0.txt
Log:
try to be clearer with tproxy mentioning 


Modified: pypy/release/0.99.x/pypy/doc/release-0.99.0.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/release-0.99.0.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/release-0.99.0.txt	Sat Feb 17 15:29:35 2007
@@ -65,9 +65,9 @@
     objects are "declassified" in order to send information 
     across I/O barriers. 
 
-  - Transparent proxies: An addition to the standard object space, which allows
-    you to create objects of builtin types with completely customised
-    behaviour. For details see
+  - Transparent proxies: allow to customize both application and
+    builtin objects from application level code.  Works as an addition
+    to the Standard Object Space (and is translatable). For details see
     http://codespeak.net/pypy/dist/pypy/doc/proxy.html
  
 * optimizations: 



More information about the Pypy-commit mailing list