2008/6/12 Barry Warsaw <[EMAIL PROTECTED]>: >> function:: active_count() >> method:: Thread.get_name() >> method:: Thread.is_alive() >> method:: Thread.is_daemon() >> method:: Thread.set_daemon(daemonic) > > +1 on opting for properties in the specific cases here where it makes sense.
I'm +1 too... but which is the normal procedure here? Should it be... 2.n : .is_alive() 2.n+1 : .is_alive() (deprecated), .alive (recommended) 2.n+2 : .alive ...? Regards, -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com