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 Kain94
Recipients Kain94, collinwinter
Date 2011-01-21.01:48:19
SpamBayes Score 0.00056940236
Marked as misclassified No
Message-id <1295574501.95.0.0935688829986.issue10968@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Due to Timer's object creation behavior, it is impossible to subclass it. This kind of declaration will result to an exception raising:

class A(Timer): pass
History
Date User Action Args
2011-01-21 01:48:22Kain94setrecipients: + Kain94, collinwinter
2011-01-21 01:48:21Kain94setmessageid: <1295574501.95.0.0935688829986.issue10968@psf.upfronthosting.co.za>
2011-01-21 01:48:19Kain94linkissue10968 messages
2011-01-21 01:48:19Kain94create