This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sonderblade
Recipients
Date 2007-03-09.20:20:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
"Also, as you can hold onto the timer, make sure invoking start/'end' multiple times in arbitrary order gives meaningful results."

I do not understand. Is AssertionError: thread already started a meaningful result? That is what Timer raises if you call start() on it multiple times. The intent of PeriodicTimer is to not be reusable because I have not seen any use case for that, but I guess I could make it so if you think so.
History
Date User Action Args
2007-08-23 15:57:22adminlinkissue1676820 messages
2007-08-23 15:57:22admincreate