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
c-api
data
distutils
documenting
extending
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 3.3 KB
README.txt -rw-r--r-- 5.1 KB
TODO.txt -rw-r--r-- 134 bytes
about.rst -rw-r--r-- 1.2 KB
bugs.rst -rw-r--r-- 2.8 KB
conf.py -rw-r--r-- 5.5 KB
contents.rst -rw-r--r-- 421 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 21.5 KB
license.rst -rw-r--r-- 33.6 KB
make.bat -rw-r--r-- 1.3 KB

README.txt

back to top