[pypy-svn] r38997 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Fri Feb 16 10:46:33 CET 2007


Author: fijal
Date: Fri Feb 16 10:46:31 2007
New Revision: 38997

Modified:
   pypy/dist/pypy/doc/release-0.99.0.txt
Log:
A note about transparent proxy


Modified: pypy/dist/pypy/doc/release-0.99.0.txt
==============================================================================
--- pypy/dist/pypy/doc/release-0.99.0.txt	(original)
+++ pypy/dist/pypy/doc/release-0.99.0.txt	Fri Feb 16 10:46:31 2007
@@ -74,7 +74,11 @@
     objects are "declassified" in order to send information 
     across IO barriers. 
 
-  - TProxy: Transparent distribution: XXX 
+  - TProxy: An object space hack, which allows you to create
+    objects of any type, with custom behavior, defined by your own
+    function. For details see
+    http://codespeak.net/pypy/dist/pypy/doc/proxy.html
+    XXX Move link to the bottom?
  
 * optimizations: 
   - XXX



More information about the Pypy-commit mailing list