*args question

Aahz aahz at pythoncraft.com
Thu Apr 2 14:50:19 EDT 2009


In article <50d06eb9-2b87-43a0-a7e2-6b68e35fc496 at y34g2000prb.googlegroups.com>,
grocery_stocker  <cdalten at gmail.com> wrote:
>
>Given the following code...
>
>import thread

Here's your problem; subclass threading.Thread instead, much easier.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it."  --Brian W. Kernighan



More information about the Python-list mailing list