Gerard Flanagan wrote: > (snip) > > def tostring(data): > return tuple(strftime(x) for x in data[:2]) + data[2:] >
Hrmm, not sure that having a function named tostring() that returns a tuple is the best idea. ;) Ian -- http://mail.python.org/mailman/listinfo/python-list