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 gregory.p.smith
Recipients Dima.Tisnek, NeilGirdhar, alex, bls, dmtr, ericreynolds, gregory.p.smith, jafo, josh.r, mark.dickinson, martin.panter, milko.krachounov, rhettinger, tebeka, terry.reedy, yselivanov
Date 2017-11-03.21:50:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
obviously didn't make it in 3.6 but this still seems desirable.  I just saw someone at work propose a trivial port of golang's sort.Search - https://golang.org/pkg/sort/#Search - in Python which caused me to hunt for an issue on bisect key= support.
History
Date User Action Args
2017-11-03 21:50:09gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, terry.reedy, jafo, tebeka, mark.dickinson, alex, milko.krachounov, dmtr, bls, martin.panter, Dima.Tisnek, yselivanov, NeilGirdhar, josh.r, ericreynolds
2017-11-03 21:50:08gregory.p.smithsetmessageid: <[email protected]>
2017-11-03 21:50:08gregory.p.smithlinkissue4356 messages
2017-11-03 21:50:08gregory.p.smithcreate