]> granicus.if.org Git - python/commit
* Restore the pure python version of heapq.py.
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Apr 2004 19:06:21 +0000 (19:06 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Apr 2004 19:06:21 +0000 (19:06 +0000)
commitc46cb2a1a92c26e01ddb3921aa6828bcd3576f3e
tree0e4636fb09a92992d92a988d554b75aafb8d1e06
parent61e40bd897da8ab4bf2dffe817d0163e984c1e40
* Restore the pure python version of heapq.py.
* Mark the C version as private and only use when available.
Lib/heapq.py [new file with mode: 0644]
Modules/_heapmodule.c [new file with mode: 0644]
PC/config.c
setup.py