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 minmax
Recipients
Date 2006-11-22.18:50:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This really is annoying. If sort() accepts different comparison functions, so should bisect & co.

It makes things that should be easy, very hard.

If you are writting threaded programs, you know that functions passed to sort and bisect have to behave properly.
History
Date User Action Args
2007-08-23 16:10:44adminlinkissue1185383 messages
2007-08-23 16:10:44admincreate