[pypy-svn] r15304 - pypy/dist/pypy/documentation

rxe at codespeak.net rxe at codespeak.net
Thu Jul 28 23:38:11 CEST 2005


Author: rxe
Date: Thu Jul 28 23:38:09 2005
New Revision: 15304

Modified:
   pypy/dist/pypy/documentation/objspace.txt
Log:
issue25 in-progress 

One line doc pointing to config options.



Modified: pypy/dist/pypy/documentation/objspace.txt
==============================================================================
--- pypy/dist/pypy/documentation/objspace.txt	(original)
+++ pypy/dist/pypy/documentation/objspace.txt	Thu Jul 28 23:38:09 2005
@@ -240,9 +240,12 @@
 operations are usually shown.   
 
 A quick introduction on how to use the trace object space can be `found here`_.
+A number of options for configuration is here in `traceconfig.py`_.
+
 
 .. _`found here` : getting_started.html#tracing-bytecode-and-operations-on-objects
 .. _`Abstract Interpretation`: theory.html#abstract-interpretation
+.. _`traceconfig.py`: http://codespeak.net/svn/pypy/dist/pypy/tool/traceconfig.py
 
 
 The Thunk Object Space



More information about the Pypy-commit mailing list