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`).