brett wrote: > those programs where deadlock would occur do not lose or gain anything > since they couldn't run on a platform without ``thread`` anyway. try: import threading except ImportError: threading =3D None # use non-threaded behaviour </F>