En Sun, 14 Dec 2008 11:00:18 -0200, Emanuele D'Arrigo <man...@gmail.com> escribió:

On Dec 14, 4:10 am, "Gabriel Genellina" <gagsl-...@yahoo.com.ar>
wrote:
daemon became a property in Python 2.6; setDaemon was the only way to set
it in previous versions.

I thought that might be the case! The documentation is a bit vague:

http://docs.python.org/library/threading.html?highlight=threading#threading.Thread.setDaemon

Should we maybe add "New in 2.6" to the Thread.daemon paragraph?

That would be a nice addition, but if you are using Python 2.5, you should read the 2.5 version of the docs: http://www.python.org/doc/2.5.2/lib/thread-objects.html

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to