Message86409
| 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:38 | maxenced | set | recipients: + maxenced, georg.brandl |
| 2009-04-24 13:42:37 | maxenced | set | messageid: <1240580557.82.0.551397939271.issue5831@psf.upfronthosting.co.za> |
| 2009-04-24 13:42:36 | maxenced | link | issue5831 messages |
| 2009-04-24 13:42:35 | maxenced | create | |