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 rhettinger
Recipients rhettinger, steven.daprano, upendra-k14
Date 2016-01-28.07:06:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453964764.79.0.807396305126.issue26002@psf.upfronthosting.co.za>
In-reply-to
Content
This code looks good and will certainly reduce the number of comparisons in non-trivial cases.

FWIW, It looks like the index functions are lifted directly from the bisect docs.

Steven, any objections?
History
Date User Action Args
2016-01-28 07:06:04rhettingersetrecipients: + rhettinger, steven.daprano, upendra-k14
2016-01-28 07:06:04rhettingersetmessageid: <1453964764.79.0.807396305126.issue26002@psf.upfronthosting.co.za>
2016-01-28 07:06:04rhettingerlinkissue26002 messages
2016-01-28 07:06:04rhettingercreate