[Python-ideas] [Python-Dev] About adding a new iterator methodcalled "shuffled"

Brandon Mintern bmintern at gmail.com
Tue Mar 24 19:34:35 CET 2009


from random import shuffle
shuffle(s)

I think it's convenient enough as is.

Brandon



More information about the Python-ideas mailing list