Changes between Initial Version and Version 1 of Ticket #70


Ignore:
Timestamp:
01/16/10 11:42:52 (14 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70

    • Property Owner changed from Antoine Martin to Antoine Martin
    • Property Status changed from new to accepted
  • Ticket #70 – Description

    initial v1  
    11We 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
     3see [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]