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.

作者 maxenced
收信人 georg.brandl, maxenced
日期 2009-04-24.13:42:35
SpamBayes Score 5.0251595e-07
Marked as misclassified
Message-id <1240580557.82.0.551397939271.issue5831@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2009-04-24 13:42:38maxenced修改recipients: + maxenced, georg.brandl
2009-04-24 13:42:37maxenced修改messageid: <1240580557.82.0.551397939271.issue5831@psf.upfronthosting.co.za>
2009-04-24 13:42:36maxenced链接issue5831 messages
2009-04-24 13:42:35maxenced创建