Message4562

Author amak
Recipients amak, kfitch42
Date 2009-04-21.18:09:22
SpamBayes Score 2.3825026e-08
Marked as misclassified No
Message-id <1240337364.61.0.814809669701.issue1322@psf.upfronthosting.co.za>
In-reply-to
Content
You're right, Kevin, subclassing from threading._Timer works as expected.

Cpython also uses a factory function.

Which I think is counter-intuitive; it means that I can't subclass
threading.Timer: I must subclass threading._Timer, which because of the
leading underscore, is a "private" implementation detail.
History
Date User Action Args
2009-04-21 18:09:24amaksetmessageid: <1240337364.61.0.814809669701.issue1322@psf.upfronthosting.co.za>
2009-04-21 18:09:24amaksetrecipients: + amak, kfitch42
2009-04-21 18:09:24amaklinkissue1322 messages
2009-04-21 18:09:23amakcreate