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 rhettinger
Recipients rhettinger, westurner
Date 2013-07-20.05:25:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374297936.49.0.352429954793.issue18511@psf.upfronthosting.co.za>
In-reply-to
Content
The reversed() call is only executed once and is not inside the loop body, so its runtime is irrelevant to most shuffles.   Also, the reason that reversed() is used is that is adds clarity to the code.
History
Date User Action Args
2013-07-20 05:32:35rhettingerunlinkissue18511 messages
2013-07-20 05:25:36rhettingersetrecipients: + rhettinger, westurner
2013-07-20 05:25:36rhettingersetmessageid: <1374297936.49.0.352429954793.issue18511@psf.upfronthosting.co.za>
2013-07-20 05:25:36rhettingerlinkissue18511 messages
2013-07-20 05:25:36rhettingercreate