Message251955
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. |
|
Date |
User |
Action |
Args |
2015-09-30 17:21:24 | JackAidley | set | recipients:
+ JackAidley, tim.peters, rhettinger, eloff |
2015-09-30 17:21:24 | JackAidley | set | messageid: <1443633684.61.0.868727911675.issue1602378@psf.upfronthosting.co.za> |
2015-09-30 17:21:24 | JackAidley | link | issue1602378 messages |
2015-09-30 17:21:24 | JackAidley | create | |
|