Add Kevin O'Connor, author of the heapq code.

This commit is contained in:
Guido van Rossum 2002-08-02 16:50:58 +00:00
parent 0a82438859
commit 37c3b2788b
2 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,8 @@ without surprises: heap[0] is the smallest item, and heap.sort()
maintains the heap invariant! maintains the heap invariant!
""" """
# Code by Kevin O'Connor
__about__ = """Heap queues __about__ = """Heap queues
[explanation by François Pinard] [explanation by François Pinard]

View file

@ -346,6 +346,7 @@ Joe Norton
Neal Norwitz Neal Norwitz
Jeffrey Ollie Jeffrey Ollie
Nigel O'Brian Nigel O'Brian
Kevin O'Connor
Tim O'Malley Tim O'Malley
Denis S. Otkidach Denis S. Otkidach
Piet van Oostrum Piet van Oostrum