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 loewis
Recipients
Date 2007-03-09.07:15:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Looks fine to me. The only issue I see is naming: To stop a periodic timer, shouldn't the method name be "stop" rather than "cancel"? Also, as you can hold onto the timer, make sure invoking start/'end' multiple times in arbitrary order gives meaningful results.
History
Date User Action Args
2007-08-23 15:57:22adminlinkissue1676820 messages
2007-08-23 15:57:22admincreate