Changes between Initial Version and Version 1 of Ticket #70
- Timestamp:
- 01/16/10 11:42:52 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70
- Property Owner changed from Antoine Martin to Antoine Martin
-
Property
Status
changed from
new
toaccepted
-
Ticket #70 – Description
initial v1 1 1 We don't actually care if it's not recursive, so a dependency on gio.File is a lot better than a dependency on Linux specific library/code. A lot more portable! 2 3 see [http://www.pygtk.org/docs/pygobject/class-giofile.html#method-giofile--monitor gio.File.monitor] and [http://stackoverflow.com/questions/1618853/detect-new-or-modified-files-with-python#1618871 this example]