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 OrangeTux
Recipients OrangeTux, ncoghlan
Date 2014-03-18.20:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395176069.22.0.2337521372.issue20973@psf.upfronthosting.co.za>
In-reply-to
Content
The comparison methods of _TotalOrderingMixin don't have nice implementation. Some of them raises a NotImplementedError. A few aren't covered in the tests. The comment suggests that these methods has been implemented this way because of issue 10042 which has been fixed. 

[1]:http://hg.python.org/cpython/file/f8b40d33e45d/Lib/ipaddress.py#l396
[2]:http://bugs.python.org/issue10042
History
Date User Action Args
2014-03-18 20:54:29OrangeTuxsetrecipients: + OrangeTux, ncoghlan
2014-03-18 20:54:29OrangeTuxsetmessageid: <1395176069.22.0.2337521372.issue20973@psf.upfronthosting.co.za>
2014-03-18 20:54:29OrangeTuxlinkissue20973 messages
2014-03-18 20:54:28OrangeTuxcreate