Staging
v0.5.0
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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 635 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 2.8 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 37.0 KB
README -rw-r--r-- 7.0 KB
RELNOTES -rw-r--r-- 2.8 KB
configure -rwxr-xr-x 647.9 KB
configure.in -rw-r--r-- 98.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.8 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 68.8 KB

README

back to top