> If anything at all, i'd suggest a std-module which contains e.g. > 'sort', 'reverse' and 'extend' functions which always return > a new list, so that you could write: > > for i in reverse(somelist): > ... You can do reverse with [::-1] now. -- Gustavo Niemeyer http://niemeyer.net