[Python-Dev] threadmodule.c comment error? (from comp.lang.python)
Guido van Rossum
guido@beopen.com
Fri, 01 Sep 2000 16:48:02 -0500
> the parse tuple string doesn't quite match the error message
> given if the 2nd argument isn't a tuple. on the other hand, the
> args argument is initialized to NULL...
I was puzzled until I realized that you mean that error lies about
the 2nd arg being optional.
I'll remove the word "optional" from the message.
--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)