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 einmaliger
Recipients einmaliger
Date 2008-09-19.14:05:14
SpamBayes Score 2.5933872e-05
Marked as misclassified No
Message-id <1221833117.0.0.732693205238.issue3908@psf.upfronthosting.co.za>
In-reply-to
Content
heapq expects a _lt_ method, and the error doesn't occur when the _le_
method is changed to _lt. According to the SVN log, this was changed due
to consistency with lists.sort().
History
Date User Action Args
2008-09-19 14:05:17einmaligersetrecipients: + einmaliger
2008-09-19 14:05:17einmaligersetmessageid: <1221833117.0.0.732693205238.issue3908@psf.upfronthosting.co.za>
2008-09-19 14:05:15einmaligerlinkissue3908 messages
2008-09-19 14:05:15einmaligercreate