Hi, what filesystem did you run this on? The issue here is, that mtimes that should change, didn't (at least not as far as python is concerned), event though there is a sleep(0.01) (which does not *have* to be accurate, but usually is a bit larger) between reading the mtime, modifying the data and re-reading the mtime .
Best regards, Christian Geier

