Greg> [EMAIL PROTECTED] wrote: Greg> for (x in seq1, y in seq2):
>> That's already valid syntax though. Greg> No, it's not... >>>> for (x in seq1, y in seq2): Greg> File "<stdin>", line 1 Greg> for (x in seq1, y in seq2): Greg> ^ Greg> SyntaxError: invalid syntax Ah, yeah. Misread it and just focused on the bit that looked like a tuple... Skip _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com