[Python-checkins] CVS: python/dist/src/Modules threadmodule.c,2.37,2.38

Guido van Rossum python-dev@python.org
Fri, 01 Sep 2000 16:52:53 -0500


> Modified Files:
> 	threadmodule.c 
> Log Message:
> The second argument to start_new_thread() is not a tuple, as pointed
> out by Curtis Jensen on c.l.py and forwarded by Fredrik Lundh.

Sigh.  I meant "is not optional", not "is not a tuple".  Sorry.

--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)