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

auc at codespeak.net auc at codespeak.net
Mon Feb 12 12:33:09 CET 2007


Author: auc
Date: Mon Feb 12 12:33:08 2007
New Revision: 38545

Modified:
   pypy/dist/pypy/doc/objspace-proxies.txt
Log:
remove refs to obsolete docs


Modified: pypy/dist/pypy/doc/objspace-proxies.txt
==============================================================================
--- pypy/dist/pypy/doc/objspace-proxies.txt	(original)
+++ pypy/dist/pypy/doc/objspace-proxies.txt	Mon Feb 12 12:33:08 2007
@@ -127,23 +127,12 @@
 eventually put a value into the object.  In practice, this works well
 with microthreads instead of real threads (see `Stackless features`_).
 
-Two somewhat outdated documents describe the Logic Object Space in more
-details:
+The `EU Interim Report`_ (PDF) describes the Logic Object Space in
+more details.
 
-* `How to use the Logic Object space features of PyPy 0.9`_;
-* `EU Interim Report`_ (PDF).
-
-The following document is a draft:
-
-* `Ideas about syntactic and algorithmic aspects of Constraint and Logic
-  Programming in Python`_
-
-.. _`Ideas about syntactic and algorithmic aspects of Constraint and Logic Programming in Python`: constraints-and-logic.html
-.. _`How to use the Logic Object space features of PyPy 0.9`: howto-logicobjspace-0.9.html
 .. _`EU Interim Report`: http://codespeak.net/pypy/extradoc/eu-report/D09.1_Constraint_Solving_and_Semantic_Web-interim-2006-07-28.pdf
 .. _`Stackless features`: stackless.html
 
-
 .. _taint:
 
 The Taint Object Space



More information about the Pypy-commit mailing list