[Python-checkins] python/dist/src/Lib heapq.py,1.1,1.2

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 02 Aug 2002 09:51:00 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv5201

Modified Files:
	heapq.py 
Log Message:
Add Kevin O'Connor, author of the heapq code.


Index: heapq.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/heapq.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** heapq.py	2 Aug 2002 16:44:32 -0000	1.1
--- heapq.py	2 Aug 2002 16:50:58 -0000	1.2
***************
*** 26,29 ****
--- 26,31 ----
  """
  
+ # Code by Kevin O'Connor
+ 
  __about__ = """Heap queues