threadmodule.c comment error?

Curtis Jensen cjensen at bioeng.ucsd.edu
Thu Aug 31 17:06:09 EDT 2000


According to online documentation the thread.start_new_thread function
takes three arguments, the last is optional.  This is correct.  However,
in the source code threadmodule.c (line 263 of the 1.5.2 rev.) it says,
"optional 2nd arg must be a tuple."  This seems to contradict what it
actually is; the second arg. is not optional.  Is this the case or am I
looking in the wrong spot?

-- 
Curtis Jensen
cjensen at bioeng.ucsd.edu
http://www-bioeng.ucsd.edu/~cjensen/
FAX (425) 740-1451



More information about the Python-list mailing list