Jack Aidley added the comment:

This is still an issue in the latest version of the documentation.

It states "The returned insertion point i partitions the array a into two 
halves so that all(val < x for val in a[lo:i]) for the left side and all(val >= 
x for val in a[i:hi]) for the right side."

But this is not true, the returned value DOES NOT meet these criteria.

----------
nosy: +JackAidley
versions: +Python 3.6 -Python 2.5

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

Reply via email to