Re: [Python-3000] bug in idle on rc1

2008-11-05 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 5, 2008, at 7:20 AM, Victor Stinner wrote: That's why we are all waiting on barry for python 3.0rc2 :-) T minus 8h10m and counting... - -B -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iQCVAwUBSRGyvXEjvBPtnXfVAQKHywP/TRRnd

Re: [Python-3000] bug in idle on rc1

2008-11-05 Thread Victor Stinner
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=6

[Python-3000] bug in idle on rc1

2008-11-05 Thread info
in run.py in Python_30\Lib\idlelib the line:sockthread.set_daemon(True) has to be changed to:sockthread.setDaemon(True) the message was: D:\Python_30\Lib\idlelib>python idle.py Traceback (most recent call last): File "", line 1, in File "D:\Python_30\lib\idlelib\