Message7528

Author zzzeek
Recipients zzzeek
Date 2012-11-19.16:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353342632.59.0.896019008772.issue1989@psf.upfronthosting.co.za>
In-reply-to
Content
Jython's threading.Condition features notifyAll(), but notify_all() is also required.  Most Python programs will call the latter version because it is pep8 compliant:

http://docs.python.org/2/library/threading.html#threading.Condition.notify_all
History
Date User Action Args
2012-11-19 16:30:32zzzeeksetrecipients: + zzzeek
2012-11-19 16:30:32zzzeeksetmessageid: <1353342632.59.0.896019008772.issue1989@psf.upfronthosting.co.za>
2012-11-19 16:30:32zzzeeklinkissue1989 messages
2012-11-19 16:30:32zzzeekcreate