In article <[EMAIL PROTECTED]>,
 "Michael Yanowitz" <[EMAIL PROTECTED]> wrote:

>I am confused by the syntax for tuples.
...
>   The way I fixed this error was I added an extra , (comma) to the tuple:
>  thread.start_new_thread(read_data_thread, (strDataFilename,))
>
>  I am just confused by the syntax. I am used to a comma meaning that there
>should be another parameter after the comma and if no additional parameter
>the comma would not be necessary.

<http://python.org/doc/2.4.2/ref/parenthesized.html>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to