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!
"""
# Code by Kevin O'Connor
__about__ = """Heap queues
[explanation by François Pinard]

View File

@ -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