Message7427

Author ikotler
Recipients ikotler
Date 2012-08-26.12:13:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345983218.26.0.00821235042112.issue1963@psf.upfronthosting.co.za>
In-reply-to
Content
It's a simple fix:

65c65
<                 self.all_tasks_done.notifyAll()
---
>                 self.all_tasks_done.notify_all()
History
Date User Action Args
2012-08-26 12:13:38ikotlersetrecipients: + ikotler
2012-08-26 12:13:38ikotlersetmessageid: <1345983218.26.0.00821235042112.issue1963@psf.upfronthosting.co.za>
2012-08-26 12:13:38ikotlerlinkissue1963 messages
2012-08-26 12:13:37ikotlercreate