kevin parks wrote: > Hi folks, > > I am trying to cyclically rotate a seq until it reached the beginning > stage again. > I would like to be able BTW collections.deque supports most list methods and rotate(): http://docs.python.org/lib/module-collections.html Kent