Bidirectional Networking

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sun Dec 14 16:30:41 EST 2008


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

> On Dec 14, 4:10 am, "Gabriel Genellina" <gagsl-... at 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




More information about the Python-list mailing list