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

hpk at codespeak.net hpk at codespeak.net
Wed Mar 21 14:44:51 CET 2007


Author: hpk
Date: Wed Mar 21 14:44:50 2007
New Revision: 40925

Modified:
   pypy/dist/pypy/doc/objspace-proxies.txt
Log:
fix tproxy description


Modified: pypy/dist/pypy/doc/objspace-proxies.txt
==============================================================================
--- pypy/dist/pypy/doc/objspace-proxies.txt	(original)
+++ pypy/dist/pypy/doc/objspace-proxies.txt	Wed Mar 21 14:44:50 2007
@@ -28,9 +28,10 @@
 * *Dump Object Space*: dumps all operations performed on all the objects
   into a large log file.  For debugging your applications.
 
-* *Transparent Proxies Object Space*: adds new objects that behave like
-  regular built-in objects (list objects, traceback objects, etc.), but
-  completely under the control of the application.
+* *Transparent Proxies Extension*: adds new proxy objects to
+  the Standard Object Space that enable applications to 
+  control operations on application and builtin objects, 
+  e.g lists, dictionaries, tracebacks. 
 
 Which object space to use can be chosen with :config:`objspace.name` option.
 



More information about the Pypy-commit mailing list