[issue5086] set_daemon does not exist in Thread

2009-01-27 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> duplicate status: open -> closed superseder: -> set_daemon does not exist in Thread ___ Python tracker ___ _

[issue5086] 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