From: Guido van Rossum Date: Fri, 2 Aug 2002 22:01:37 +0000 (+0000) Subject: Augment credits. X-Git-Tag: v2.3c1~4756 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb299226d486b63459c0ec084e191c7eee6ddb9;p=thirdparty%2FPython%2Fcpython.git Augment credits. --- diff --git a/Lib/heapq.py b/Lib/heapq.py index f30ce304351d..abdad03d630f 100644 --- a/Lib/heapq.py +++ b/Lib/heapq.py @@ -28,7 +28,7 @@ without surprises: heap[0] is the smallest item, and heap.sort() maintains the heap invariant! """ -# Code by Kevin O'Connor +# Original code by Kevin O'Connor, augmented by Tim Peters __about__ = """Heap queues