Le Monday 03 November 2008 12:12:57 [EMAIL PROTECTED], vous avez écrit : > in run.py in Python_30\Lib\idlelib > the line: sockthread.set_daemon(True) > has to be changed to: sockthread.setDaemon(True)
It's already fixed in python trunk: http://svn.python.org/view?rev=66518&view=rev That's why we are all waiting on barry for python 3.0rc2 :-) Thanks for the report, but next time, please use the tracker: http://bugs.python.org/ -- Victor Stinner aka haypo http://www.haypocalc.com/blog/ _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com