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 terry.reedy
Recipients alex, bls, gvanrossum, jafo, mark.dickinson, milko.krachounov, rhettinger, tebeka, terry.reedy
Date 2012-02-09.17:42:24
SpamBayes Score 1.1581476e-05
Marked as misclassified No
Message-id <1328809345.16.0.0838064966522.issue4356@psf.upfronthosting.co.za>
In-reply-to
Content
On python-ideas, thread "Optional key to `bisect`'s functions?" Guido wrote "Bingo. That clinches it. We need to add key=." 'That' being the fact that values that have keys may not be comparable themselves (in py3), so that comparing (key,value) pairs may raise TypeError. This follows a reply by him yesterday saying that he has wanted this feature occasionally. I am re-opening this rather than a new issue because there is already a patch with tests.
History
Date User Action Args
2012-02-09 17:42:25terry.reedysetrecipients: + terry.reedy, gvanrossum, rhettinger, jafo, tebeka, mark.dickinson, alex, milko.krachounov, bls
2012-02-09 17:42:25terry.reedysetmessageid: <1328809345.16.0.0838064966522.issue4356@psf.upfronthosting.co.za>
2012-02-09 17:42:24terry.reedylinkissue4356 messages
2012-02-09 17:42:24terry.reedycreate