SIGN IN SIGN UP

Remove 2.6 compatibility code:

now heapqueue items must implement the "<" operator.

The compatibility code could not work: all 3.0 objects have a __lt__ method
(which returns NotImplemented)

Twisted will have to adapt its DelayedCall class.
A
Amaury Forgeot d'Arc committed
2ba198d2fbd8d4dd33d2c40af012d622eb03c18f
Parent: 35c8658