]> granicus.if.org Git - python/commit
Implement heapq in terms of less-than (to match list.sort()).
authorRaymond Hettinger <python@rcn.com>
Sat, 31 May 2008 03:24:31 +0000 (03:24 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 31 May 2008 03:24:31 +0000 (03:24 +0000)
commit6d7702ecd11e067f72029244b3f7aa8baa3ed2fc
tree7b20e6e1287adeb64fdd4e2c2033d9a8bcf3cb92
parentadff65bc3e49f58c637d7cb5b72b10268b4d7efd
Implement heapq in terms of less-than (to match list.sort()).
Lib/heapq.py
Misc/NEWS
Modules/_heapqmodule.c