mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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!
|
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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue