Message 72238 - Python tracker (original) (raw)
Message72238
Author | ncoghlan |
---|---|
Recipients | barry, benjamin.peterson, jnoller, mishok13, ncoghlan, pitrou |
Date | 2008-09-01.13:19:35 |
SpamBayes Score | 0.011198862 |
Marked as misclassified | No |
Message-id | 1220275176.6.0.922259669823.issue3352@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
It turns out threading uses the odd "class-that-is-not-a-class" naming scheme as well: threading.Lock threading.RLock threading.Condition threading.Semaphore threading.BoundedSemaphore threading.Event threading.Timer |
History | |||
---|---|---|---|
Date | User | Action | Args |
2008-09-01 13:19:36 | ncoghlan | set | recipients: + ncoghlan, barry, pitrou, benjamin.peterson, jnoller, mishok13 |
2008-09-01 13:19:36 | ncoghlan | set | messageid: 1220275176.6.0.922259669823.issue3352@psf.upfronthosting.co.za |
2008-09-01 13:19:35 | ncoghlan | link | issue3352 messages |
2008-09-01 13:19:35 | ncoghlan | create |