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 splitscreen
Recipients
Date 2006-03-31.16:31:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a patch for the feature requets #1451588

The patch is from the current trunk, r43488.

The patch provides the bisect module (both the python
and C implementation) with an option for a custom
comparison function.

If not custom comparison function is provided the
standard cmp() built-in function it used.

Please review, any comments welcome.

matt
History
Date User Action Args
2007-08-23 16:11:46adminlinkissue1462228 messages
2007-08-23 16:11:46admincreate