[issue3628] IDLE does not run with Py30b3

Mark Dickinson report at bugs.python.org
Thu Aug 21 22:52:08 CEST 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

This should be changed in 2.6 as well (from sockthread.setDaemon(True) to 
sockthread.daemon = True).

By the way, I notice that there are also used of setDaemon, isDaemon, 
getName and setName in Lib/multiprocessing/dummy/__init__.py;  these 
should probably also be replaced.

----------
nosy: +marketdickinson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3628>
_______________________________________


More information about the Python-bugs-list mailing list