Python 3000 rc1 OK

计算机-开发者向   2008-09-19 11:41   阅读20   评论0  
字号:    
找到Python 3000 与 TortoiseSVN 冲突的问题所在了.
Python 3000 也终于 RC 了. 虽然没有 DLL 的问题了, 不过 IDLE 问题依旧.
还好查到了解决方案:
http://bugs.python.org/issue3628
http://bugs.python.org/issue3815

Just realised how to fix this. Change line 76 in idlelib/run.py:

# change this:
sockthread.set_daemon(True)
# to this:
sockthread.daemon = True

评论(?)
阅读(?)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
网易公司版权所有 ©1997-2009