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 mark.dickinson, rhettinger, tebeka, terry.reedy
Date 2008-11-22.02:30:00
SpamBayes Score 0.052857105
Marked as misclassified No
Message-id <1227321004.51.0.947425844791.issue4356@psf.upfronthosting.co.za>
In-reply-to
Content
Just a reminder that __cmp__ is gone in 3.0.
I presume bisect, like sort, only requires __lt__ and perhaps __eq__,
though I can find no doc of either.
History
Date User Action Args
2008-11-22 02:30:04terry.reedysetrecipients: + terry.reedy, rhettinger, tebeka, mark.dickinson
2008-11-22 02:30:04terry.reedysetmessageid: <1227321004.51.0.947425844791.issue4356@psf.upfronthosting.co.za>
2008-11-22 02:30:02terry.reedylinkissue4356 messages
2008-11-22 02:30:02terry.reedycreate