[issue5087] set_daemon does not exist in Thread

2009-01-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r69114. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5087] set_daemon does not exist in Thread

2009-01-27 Thread Michael Newman
New submission from Michael Newman : This is related to: http://bugs.python.org/issue3628 http://bugs.python.org/issue4808 I found in the example at the bottom of: http://docs.python.org/3.0/library/queue.html "t.set_daemon(True)" won't work. Python 3.0 (r30:67507, Dec 3 2008, 20:14:27) [MSC v