[Python-checkins] python/dist/src/Lib heapq.py,1.7,1.8

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 02 Aug 2002 15:01:40 -0700


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

Modified Files:
	heapq.py 
Log Message:
Augment credits.


Index: heapq.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/heapq.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** heapq.py	2 Aug 2002 21:48:06 -0000	1.7
--- heapq.py	2 Aug 2002 22:01:37 -0000	1.8
***************
*** 29,33 ****
  """
  
! # Code by Kevin O'Connor
  
  __about__ = """Heap queues
--- 29,33 ----
  """
  
! # Original code by Kevin O'Connor, augmented by Tim Peters
  
  __about__ = """Heap queues