diff options
author | rfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f> | 2010-04-07 04:45:33 +0000 |
---|---|---|
committer | rfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f> | 2010-04-07 04:45:33 +0000 |
commit | eba63b72d5a488981bc45f37f85af2df77a2e68f (patch) | |
tree | 09b18722d10dcc686a98fccfdf0ab287dc3f6927 /ChangeLog | |
parent | 47c81d306d57133bd50b6241b14677be7a2bd02d (diff) | |
download | pyfilesystem-eba63b72d5a488981bc45f37f85af2df77a2e68f.tar.gz |
implement WatchableFS interface for OSFS using pyinotify on linux
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@342 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ * expose.sftp: expose an FS object SFTP * expose.django_storage: convert FS object to Django Storage object * Extended attribute support (getxattr/setxattr/delxattr/listxattrs) + * Change watching support (add_watcher/del_watcher) * Insist on unicode paths throughout: * output paths are always unicode * bytestring input paths are decoded as early as possible |