Raymond Hettinger <[EMAIL PROTECTED]> added the comment: It would be better if the Twisted code changed to define all of the rich comparisons instead of relying on an accidental and erroneous implementation detail. The heapq change because other people's code that used __lt__ was breaking. They had some basis for the complaint because heapq is documented to match sort() which is also based on __lt__ (and so is the bisect module).
_______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3051> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com