Josh Rosenberg added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to