From: Guido van Rossum Date: Fri, 2 Aug 2002 16:50:58 +0000 (+0000) Subject: Add Kevin O'Connor, author of the heapq code. X-Git-Tag: v2.3c1~4778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37c3b2788be1b3eea69fac9a8517459478afb6fd;p=python Add Kevin O'Connor, author of the heapq code. --- diff --git a/Lib/heapq.py b/Lib/heapq.py index 4654f5ebe2..cdba693b6d 100644 --- a/Lib/heapq.py +++ b/Lib/heapq.py @@ -25,6 +25,8 @@ without surprises: heap[0] is the smallest item, and heap.sort() maintains the heap invariant! """ +# Code by Kevin O'Connor + __about__ = """Heap queues [explanation by François Pinard] diff --git a/Misc/ACKS b/Misc/ACKS index 6e48457486..650f8ff172 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -346,6 +346,7 @@ Joe Norton Neal Norwitz Jeffrey Ollie Nigel O'Brian +Kevin O'Connor Tim O'Malley Denis S. Otkidach Piet van Oostrum