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 rhettinger
Recipients rhettinger, therve
Date 2008-06-06.18:46:06
SpamBayes Score 0.0669878
Marked as misclassified No
Message-id <1212777969.4.0.34659018354.issue3051@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2008-06-06 18:46:10rhettingersetspambayes_score: 0.0669878 -> 0.0669878
recipients: + rhettinger, therve
2008-06-06 18:46:09rhettingersetspambayes_score: 0.0669878 -> 0.0669878
messageid: <1212777969.4.0.34659018354.issue3051@psf.upfronthosting.co.za>
2008-06-06 18:46:08rhettingerlinkissue3051 messages
2008-06-06 18:46:07rhettingercreate