[Python-ideas] [Python-Dev] About adding a new iteratormethodcalled "shuffled"
Raymond Hettinger
python at rcn.com
Tue Mar 24 17:25:14 CET 2009
> You can already write:
>
> sorted(s, key=lambda x: random())
>
> But nobody does that. So you have a good
> indication that the proposed method isn't need.
s/need/needed
More information about the Python-ideas
mailing list