Santiago Caracol <santiago.cara...@gmail.com> writes: > how can I do something (e.g. check if new files are in the working > directory) every n seconds in Python?
Don't do it that way if you can help it. Use inotify or the equivalent instead. -- http://mail.python.org/mailman/listinfo/python-list