On 6/28/07, David Michal <dmichal na altien.com> wrote: > def getT2(T1): > temp = [] > for T in T1: > temp.append((T[0],transform(T[1]))) > return tuple(temp) Diky, to je ono.