On 2007-10-25 15:31, Hans Meine wrote:
> I only read about Timer, and did not try it out - what happens if the
> callback
> returns None?

None is safe.  It checks for False specifically.  So you have to go out
of your way to cause the timer to be unregistered.  Clearly needing to
explicitly return non-zero sucks, and is not pythonic. :)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to