This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark, mark.dickinson
Date 2008-08-21.20:52:07
SpamBayes Score 0.0004966174
Marked as misclassified No
Message-id <1219351928.22.0.73203173638.issue3628@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-21 20:52:08mark.dickinsonsetrecipients: + mark.dickinson, mark
2008-08-21 20:52:08mark.dickinsonsetmessageid: <1219351928.22.0.73203173638.issue3628@psf.upfronthosting.co.za>
2008-08-21 20:52:07mark.dickinsonlinkissue3628 messages
2008-08-21 20:52:07mark.dickinsoncreate