[Python-checkins] python/dist/src/Misc NEWS,1.997,1.998

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Jun 10 01:03:18 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16530/Misc

Modified Files:
	NEWS 
Log Message:
SF patch #969791: Add nlargest() and nsmallest() to heapq.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.997
retrieving revision 1.998
diff -C2 -d -r1.997 -r1.998
*** NEWS	8 Jun 2004 18:52:41 -0000	1.997
--- NEWS	10 Jun 2004 05:03:14 -0000	1.998
***************
*** 417,421 ****
  
  - bisect.py and heapq.py now have underlying C implementations
!   for better performance
  
  - traceback.format_exc has been added (similar to print_exc but it returns
--- 417,423 ----
  
  - bisect.py and heapq.py now have underlying C implementations
!   for better performance.
! 
! - heapq.py has two new functions, nsmallest() and nlargest().                                                                  
  
  - traceback.format_exc has been added (similar to print_exc but it returns




More information about the Python-checkins mailing list