]> granicus.if.org Git - python/commit
heappop(): Use "while True" instead of "while 1".
authorTim Peters <tim.peters@gmail.com>
Fri, 2 Aug 2002 19:45:37 +0000 (19:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 2 Aug 2002 19:45:37 +0000 (19:45 +0000)
commita0b3a00bc5f55cfbdc3d9b7925ee8a28fa2bdc55
treec4a13b1fc417cd3ec49730f5358d77fe9ee1644e
parentd2cf1ab0e27b3d794b28170fe745c84723209b86
heappop():  Use "while True" instead of "while 1".
Lib/heapq.py