[py-svn] r38524 - py/trunk/py/doc/future

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Feb 11 23:16:23 CET 2007


Author: cfbolz
Date: Sun Feb 11 23:16:23 2007
New Revision: 38524

Modified:
   py/trunk/py/doc/future/future.txt
Log:
add link to pyfuse (which is the newer approach, I think) and fix the link
target.


Modified: py/trunk/py/doc/future/future.txt
==============================================================================
--- py/trunk/py/doc/future/future.txt	(original)
+++ py/trunk/py/doc/future/future.txt	Sun Feb 11 23:16:23 2007
@@ -11,9 +11,6 @@
 mostly just express thoughts and ideas. They not always refer to 
 real code so read with some caution.*  
 
-.. _`general-path`: 
-.. _`a more general view on path objects`:
-
 
 Distribute tests ad-hoc across multiple platforms
 ======================================================
@@ -77,6 +74,10 @@
 .. _`subprocess implementation`: http://www.lysator.liu.se/~astrand/popen5/
 .. _`py.test`: ../test.html
 
+
+.. _`general-path`: 
+.. _`a more general view on path objects`:
+
 Refactor path implementations to use a Filesystem Abstraction 
 ============================================================= 
 
@@ -86,7 +87,8 @@
 local, subversion and subversion "working copy" filesystems. Today 
 the according code is scattered through path-handling code. 
 
-On a related note, Armin Rigo has hacked `pylufs`_ which allows to 
+On a related note, Armin Rigo has hacked `pylufs`_ and more recently has
+written `pyfuse`_ which allows to 
 implement kernel-level linux filesystems with pure python. Now 
 the idea is that the mentioned filesystem implementations would 
 be directly usable for such linux-filesystem glue code. 
@@ -102,6 +104,7 @@
 .. _`memoryfs`: http://codespeak.net/svn/user/arigo/hack/pyfuse/memoryfs.py
 .. _`dictfs`: http://codespeak.net/pipermail/py-dev/2005-January/000191.html 
 .. _`pylufs`: http://codespeak.net/svn/user/arigo/hack/pylufs/
+.. _`pyfuse`: http://codespeak.net/svn/user/arigo/hack/pyfuse/
 .. _`reiserfs v4 features`: http://www.namesys.com/v4/v4.html
 
 



More information about the pytest-commit mailing list