A quick question. I have started a child thread using the threading.Thread class. Is there any way to cleanly exit the child thread?
What I mean by "cleanly" is for example if you use the thread.start_new() function to create a child thread, the function running in the child thread can call thread.exit() to terminate the thread. I could not find anything comparable in the Thread object's documentation. Thanks Bernard _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor