[issue5087] set_daemon does not exist in Thread

2009-01-29 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r69114. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5087

[issue5087] set_daemon does not exist in Thread

2009-01-27 Thread Michael Newman
New submission from Michael Newman michael.b.new...@gmail.com: 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