Message4561

Author kfitch42
Recipients amak, kfitch42
Date 2009-04-21.16:06:34
SpamBayes Score 1.2772293e-07
Marked as misclassified No
Message-id <1240329995.28.0.918323662829.issue1322@psf.upfronthosting.co.za>
In-reply-to
Content
Just looked and threading.Timer is a factory function, not a class.
Which is why subclassing it is a no-go. Although the error message could
be a bit more clear.

I don't quite see why we can't make Timer a real class, although we get
the EXACT same message from CPython.

Not a bug?!?
History
Date User Action Args
2009-04-21 16:06:35kfitch42setmessageid: <1240329995.28.0.918323662829.issue1322@psf.upfronthosting.co.za>
2009-04-21 16:06:35kfitch42setrecipients: + kfitch42, amak
2009-04-21 16:06:35kfitch42linkissue1322 messages
2009-04-21 16:06:34kfitch42create