John O'Hagan wrote:
Is there a concise Pythonic way to write a method with a timeout?
No need for threading. Just define a signal handler and call signal.alarm(). See the example at the end of the page: http://docs.python.org/library/signal.html -- http://mail.python.org/mailman/listinfo/python-list