This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients rhettinger, steven.daprano
Date 2016-09-06.02:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473129312.89.0.375337142335.issue27964@psf.upfronthosting.co.za>
In-reply-to
Content
An occasionally requested feature is for a shuffled() function, related to the in-place random.shuffle() as sorted() is to list.sort().

See the latest example:

https://mail.python.org/pipermail/python-ideas/2016-September/042096.html
History
Date User Action Args
2016-09-06 02:35:12steven.dapranosetrecipients: + steven.daprano, rhettinger
2016-09-06 02:35:12steven.dapranosetmessageid: <1473129312.89.0.375337142335.issue27964@psf.upfronthosting.co.za>
2016-09-06 02:35:12steven.dapranolinkissue27964 messages
2016-09-06 02:35:12steven.dapranocreate