Staging
v0.5.1
https://github.com/python/cpython
Revision 2ba198d2fbd8d4dd33d2c40af012d622eb03c18f authored by Amaury Forgeot d'Arc on 17 June 2008, 21:25:35 UTC, committed by Amaury Forgeot d'Arc on 17 June 2008, 21:25:35 UTC
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.
1 parent 35c8658
History
Tip revision: 2ba198d2fbd8d4dd33d2c40af012d622eb03c18f authored by Amaury Forgeot d'Arc on 17 June 2008, 21:25:35 UTC
Remove 2.6 compatibility code:
Tip revision: 2ba198d
File Mode Size
Grammar -rw-r--r-- 5.4 KB

back to top