Passing a callable object to Thread

castironpi at gmail.com castironpi at gmail.com
Tue Feb 19 16:12:03 EST 2008


>         The "ice-cream" example given earlier does /not/ fit the idea of a
> tuple to me; "Vanilla", "Chocolate", and "Strawberry" isn't a tuple --
> it's a list...

Flavor* flavors[]= { Vanilla, Chocolate, Strawberry };
flavorct= 3;



More information about the Python-list mailing list