>
> Only really glanced at this, but you seem to be checking only the last
> thread *after* the loop?  Surely you should be storing all the threads in a
> list (or someplace) as you create them, and then check them all for liveness
> and if so join them each in turn, to ensure you only print 'FINISHED' once
> you've checked and confirmed that all the threads created have in fact
> finished.
>
> Walter
>
>
That makes absolute sense. Doh on my part!

Thanks!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to