[Python-3000] bug in idle on rc1

Victor Stinner victor.stinner at haypocalc.com
Wed Nov 5 13:20:55 CET 2008


Le Monday 03 November 2008 12:12:57 info at orlans-amo.be, 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/


More information about the Python-3000 mailing list