Wiki wrote: > + The time value passed to start() is specified in milliseconds. Or, if the > value is less than 30, the value is considered to be in seconds. Therefore > start(0.1) is the same as start(100).
That breaks Freevo. This is an ugly way of doing this. I have some 10 ms timer doing something in the background. Or a recording starts in starttime- currenttime which can be < 30. I strongly vote against this. Maybe add a start_sec() if you like, but having secs and msecs in one function is very bad. Or add a second parameter secs=False, so start(1000) == start(1, True) Dischi -- The future ain't what it used to be.
pgpF3ZXSjL7It.pgp
Description: PGP signature
