Hi;
What type does python consider a MySQL Set??
if isinstance(colValue[0], (str, int, long, float, long,
complex, unicode, list, buffer, xrange, tuple)):
pass
else:
print 'XXX'And the following fields pass through this net: Set and datetime. What type is a datetime? How do I parse a Set? Can't slice it. What do I do with the &*$( thing? Victor
-- http://mail.python.org/mailman/listinfo/python-list
