[pypy-svn] r24596 - pypy/dist/pypy/doc/weekly

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Mar 20 14:49:58 CET 2006


Author: cfbolz
Date: Mon Mar 20 14:49:57 2006
New Revision: 24596

Modified:
   pypy/dist/pypy/doc/weekly/summary-2006-03-15.txt
Log:
just add a pointer to the demo file for the logic object space


Modified: pypy/dist/pypy/doc/weekly/summary-2006-03-15.txt
==============================================================================
--- pypy/dist/pypy/doc/weekly/summary-2006-03-15.txt	(original)
+++ pypy/dist/pypy/doc/weekly/summary-2006-03-15.txt	Mon Mar 20 14:49:57 2006
@@ -39,9 +39,11 @@
 
 One of the more visible results of the sprint is the Logic Object Space, a very
 small (in terms of lines of code) object space that implements dataflow
-variables similar to what Oz has in Python. XXX more
+variables similar to what Oz has in Python. For examples on how it can be used,
+see the files `uthread.py`_.
 
 .. _`logic sprint report`: http://codespeak.net/pypy/extradoc/sprintinfo/louvain-la-neuve-2006/report.html
+.. _`uthread.py`: http://codespeak.net/svn/pypy/dist/demo/uthread.py
 
 Garbage Collection
 ==================



More information about the Pypy-commit mailing list