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
Date 2005-06-11.02:26:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

The whole purpose of the key= argument was to avoid having
to build (key, record) tuples.  If those are going to be
built anyway, then there is little point to using key=.

Closing this because:
1) the original use case was better addressed through other
methods
2) key= for bisect does not provide the same benefits as it
does for other functions.
3) the most recent proposed use is far afield from what key=
is supposed to do
4) I think it is bad design and would encourage misguided
approaches.
History
Date User Action Args
2007-08-23 16:10:44adminlinkissue1185383 messages
2007-08-23 16:10:44admincreate