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 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:36ncoghlansetrecipients: + ncoghlan, barry, pitrou, benjamin.peterson, jnoller, mishok13
2008-09-01 13:19:36ncoghlansetmessageid: <1220275176.6.0.922259669823.issue3352@psf.upfronthosting.co.za>
2008-09-01 13:19:35ncoghlanlinkissue3352 messages
2008-09-01 13:19:35ncoghlancreate