Message 337451 - Python tracker

Message337451

Author Windson Yang
Recipients Jess, Windson Yang, ezio.melotti, michael.foord, rbcollins, remi.lapeyre, rhettinger
Date 2019-03-08.05:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552023361.22.0.792638469479.issue36230@roundup.psfhosted.org>
In-reply-to
Content
Just to be clear, as Raymond said, when we have two non-sortable objects (for instance, two instances which their class didn't implement the __lt__ and __gt__ methods), we should compare their repr() without sort() like now.
History
Date User Action Args
2019-03-08 05:36:01Windson Yangsetrecipients: + Windson Yang, rhettinger, rbcollins, ezio.melotti, michael.foord, remi.lapeyre, Jess
2019-03-08 05:36:01Windson Yangsetmessageid: <1552023361.22.0.792638469479.issue36230@roundup.psfhosted.org>
2019-03-08 05:36:01Windson Yanglinkissue36230 messages
2019-03-08 05:36:01Windson Yangcreate