mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add Kevin O'Connor, author of the heapq code.
This commit is contained in:
parent
0a82438859
commit
37c3b2788b
2 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue