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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, cool-RR, eric.smith, ethan.furman, josh.r, pitrou, r.david.murray, rhettinger, scoder, serhiy.storchaka, steven.daprano
Date 2014-10-04.06:57:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412405875.18.0.423955664687.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
I mentioned my wording for the comment about lesser than partial ordering using the code review tool.

In the attached patch(based on issue22515.stoneleaf.patch.01), I have added test for the case when the other object is not a mapping.

I have also tried to refactor the __le__ and __ge__ methods.

Please comment on the changes.
Regards
History
Date User Action Args
2014-10-04 06:57:55Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, rhettinger, pitrou, scoder, eric.smith, steven.daprano, r.david.murray, cool-RR, ethan.furman, serhiy.storchaka, josh.r
2014-10-04 06:57:55Saimadhav.Heblikarsetmessageid: <1412405875.18.0.423955664687.issue22515@psf.upfronthosting.co.za>
2014-10-04 06:57:55Saimadhav.Heblikarlinkissue22515 messages
2014-10-04 06:57:54Saimadhav.Heblikarcreate