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 ggenellina
Recipients gestapo21th, ggenellina
Date 2009-01-01.00:54:39
SpamBayes Score 0.00024932323
Marked as misclassified No
Message-id <1230771280.8.0.276734985232.issue4781@psf.upfronthosting.co.za>
In-reply-to
Content
Note that doing this would change the class semantics.
Timer "[...] represents an action that should be run only after a 
certain amount of time has passed — a timer." and the example clearly 
shows that the action is run *once*. 

Timer is basically an example of how to write custom Thread 
subclasses; if you want a "repetitive action", you may easily write a 
subclass based on the code you posted. Not every useful class must be 
in the standard library...
History
Date User Action Args
2009-01-01 00:54:40ggenellinasetrecipients: + ggenellina, gestapo21th
2009-01-01 00:54:40ggenellinasetmessageid: <1230771280.8.0.276734985232.issue4781@psf.upfronthosting.co.za>
2009-01-01 00:54:40ggenellinalinkissue4781 messages
2009-01-01 00:54:39ggenellinacreate