Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

It seems to be by design: from the documentation:
http://docs.python.org/py3k/library/threading.html
"Timer is a subclass of Thread", and a Thread subclass should "only override 
the __init__() and run() methods".

What are you trying to do here? overriding run() is probably wrong; and 
overriding __init__ is better done by passing the correct parameters to 
threading.Timer().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to