From 0945e7668a1139408916f6b078a981b884392ab8 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 31 Jan 2007 23:43:32 +0100 Subject: [PATCH] [svn r37700] refer to experimental gateway path code for substantiating future directions. --HG-- branch : trunk --- py/doc/path.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/py/doc/path.txt b/py/doc/path.txt index e5fc4a8a4..3b809abb8 100644 --- a/py/doc/path.txt +++ b/py/doc/path.txt @@ -133,6 +133,12 @@ refactoring the path implementations to provide this choice (and getting rid of platform-dependencies as much as possible). +There is some experimental small approach +(:source:`py/path/gateway`) aiming at having +a convenient Remote Path implementation +and some considerations about future +works in the according :source:`py/path/gateway/todo.txt` + There are various hacks out there to have Memory-Filesystems and even path objects being directly mountable under Linux (via `fuse`).