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 JackAidley
Recipients JackAidley, eloff, rhettinger, tim.peters
Date 2015-09-30.17:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443633684.61.0.868727911675.issue1602378@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-30 17:21:24JackAidleysetrecipients: + JackAidley, tim.peters, rhettinger, eloff
2015-09-30 17:21:24JackAidleysetmessageid: <1443633684.61.0.868727911675.issue1602378@psf.upfronthosting.co.za>
2015-09-30 17:21:24JackAidleylinkissue1602378 messages
2015-09-30 17:21:24JackAidleycreate