diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2003-12-11 14:27:57 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2003-12-11 14:27:57 +0000 |
commit | 874d95da5b55ac16daba1edf3b0651a2e6a631a8 (patch) | |
tree | f7d8012df38c561cec8af6d58e74b5e1f2a04aa8 /python/README | |
parent | 406bf11df0a7737104f3d1ff99c47b73cac745ae (diff) | |
download | libfuse-874d95da5b55ac16daba1edf3b0651a2e6a631a8.tar.gz |
fix
Diffstat (limited to 'python/README')
-rw-r--r-- | python/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/python/README b/python/README index 451c56c..3b0d70f 100644 --- a/python/README +++ b/python/README @@ -1,3 +1,8 @@ +#@+leo-ver=4 +#@+node:@file README +#@@comment + + General Information =================== @@ -22,6 +27,20 @@ for some reason, fusermount <mount point> python <script name> does not seem to work. (why?) +Update +====== + +Updated Dec 2003 by David McNab <david@rebirthing.co.nz>: + + - added support for 'release' events (ie when file gets closed) + - added __init__ to base class, which picks off parameters and + stores them as instance attributes: + - self.mountpoint - the mountpoint as given in the mount command + - self.optlist - unnamed options (eg 'rw', 'exec' etc) + - self.optdict - named options (eg, '-o arg1=val1,arg2=val2...' from mount cmd) + - fixed incompatibility issues with recent pythons (original was broken + under python2.3) + Limitations =========== @@ -58,3 +77,5 @@ License, Version 2. Future versions, if any, will be available at [3]. [1] http://www.python.org [2] http://sourceforge.net/projects/avf/ [3] http://unpythonic.dhs.org/~jepler/fuse/ +#@-node:@file README +#@-leo |