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 maxenced
Recipients georg.brandl, maxenced
Date 2009-04-24.13:42:35
SpamBayes Score 5.0251595e-07
Marked as misclassified No
Message-id <1240580557.82.0.551397939271.issue5831@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation, the Timer() function of the threading class is
described as a class. however, it's a function :

>>> import threading
>>> threading.Timer
<function Timer at 0x967495c>

Cheers

Maxence
History
Date User Action Args
2009-04-24 13:42:38maxencedsetrecipients: + maxenced, georg.brandl
2009-04-24 13:42:37maxencedsetmessageid: <1240580557.82.0.551397939271.issue5831@psf.upfronthosting.co.za>
2009-04-24 13:42:36maxencedlinkissue5831 messages
2009-04-24 13:42:35maxencedcreate