Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------
components: +Library (Lib) -Documentation
nosy: +gvanrossum
priority: low -> normal
resolution: fixed -> 
stage:  -> patch review
status: closed -> open
versions: +Python 3.3 -Python 2.7, Python 3.0

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4356>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to