Python 3000 rc1 OK 2008-09-19 11:41
Just realised how to fix this. Change line 76 in idlelib/run.py:# change this: sockthread.set_daemon(True)# to this: sockthread.daemon = True