]> granicus.if.org Git - python/commitdiff
Add Kevin O'Connor, author of the heapq code.
authorGuido van Rossum <guido@python.org>
Fri, 2 Aug 2002 16:50:58 +0000 (16:50 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Aug 2002 16:50:58 +0000 (16:50 +0000)
Lib/heapq.py
Misc/ACKS

index 4654f5ebe2e1e978341bb750e8556cf951de01fa..cdba693b6ded9f7b088d4fd9ade8033696fa94fb 100644 (file)
@@ -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]
index 6e484574863567fed2f694aae2fd98fe79e03a36..650f8ff1724e381cf64d7ae6babdd0bf24cbb86f 100644 (file)
--- 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