diff options
author | David McNab <david@rebirthing.co.nz> | 2003-12-13 02:05:46 +0000 |
---|---|---|
committer | David McNab <david@rebirthing.co.nz> | 2003-12-13 02:05:46 +0000 |
commit | 7a19cafc5d0fb8786a61fdadba1a6014a0396e5f (patch) | |
tree | 1ce570e0ec979f5d07d0ab17052421786e4006f0 /python/README | |
parent | 5e43f2c00c1ce3a9ee3ed9c2b5a9b32dabbb6e60 (diff) | |
download | libfuse-7a19cafc5d0fb8786a61fdadba1a6014a0396e5f.tar.gz |
Added 'fsync' stub in example/fusexmp.c
Added support for 'fsync' and 'statfs' to python interface, and
to python fs example
Diffstat (limited to 'python/README')
-rw-r--r-- | python/README | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/python/README b/python/README index 2dcfb30..2a3af2b 100644 --- a/python/README +++ b/python/README @@ -1,6 +1,6 @@ #@+leo-ver=4 #@+node:@file README -#@@comment +#@@language Refer to the INSTALL file for build/install instructions @@ -31,6 +31,16 @@ does not seem to work. (why?) Update ====== +Updated 13-Dec-2003 by David McNab <david@rebirthing.co.nz> + + - changed Makefile to use Pyton distutils + - added setup.py for distutils + + - added 'code.leo' file for convenience of those who use the Leo + code editor (leo.sf.net) + + - added support for 'statfs' and 'fsync' methods (refer xmp.py) + Updated Dec 2003 by David McNab <david@rebirthing.co.nz>: - added support for 'release' events (ie when file gets closed) |