#!/usr/bin/python2.5
def permute(li):
"""Generate all permutations of a sequence
...
Python Computing permutations with...
by Leif Ryge,
October 22, 2008 04:16,
6 refactorings, tagged with recursion, generator, permutations, permutate
I suspect there is a better...