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 josh.r
Recipients Saimadhav.Heblikar, ezio.melotti, josh.r, wchlm
Date 2014-04-09.21:35:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397079337.81.0.901993900504.issue21185@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, in the top answer to the Stack Overflow post you linked, it's clear that the list wasn't sorted. [44, 42, 3, 89, 10] became [3, 10, 44, 89, 42], and you'll notice, the last three elements are out of order.
History
Date User Action Args
2014-04-09 21:35:37josh.rsetrecipients: + josh.r, ezio.melotti, wchlm, Saimadhav.Heblikar
2014-04-09 21:35:37josh.rsetmessageid: <1397079337.81.0.901993900504.issue21185@psf.upfronthosting.co.za>
2014-04-09 21:35:37josh.rlinkissue21185 messages
2014-04-09 21:35:37josh.rcreate