[Python-checkins] python/dist/src/Misc ACKS, 1.256, 1.257 NEWS, 1.918, 1.919

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Jan 5 05:13:37 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv14923/Misc

Modified Files:
	ACKS NEWS 
Log Message:
SF Patch #864863:  Bisect C implementation
(Contributed by Dmitry Vasiliev.)



Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.256
retrieving revision 1.257
diff -C2 -d -r1.256 -r1.257
*** ACKS	28 Dec 2003 07:43:56 -0000	1.256
--- ACKS	5 Jan 2004 10:13:34 -0000	1.257
***************
*** 566,569 ****
--- 566,570 ----
  Lionel Ulmer
  Hector Urtubia
+ Dmitry Vasiliev
  Frank Vercruesse
  Jaap Vermeulen

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.918
retrieving revision 1.919
diff -C2 -d -r1.918 -r1.919
*** NEWS	4 Jan 2004 01:13:43 -0000	1.918
--- NEWS	5 Jan 2004 10:13:34 -0000	1.919
***************
*** 211,215 ****
    os.path.exists(), switched to using os.lstat() directly if possible.
  
! - heapq.py has been converted to C for improved performance
  
  - traceback.format_exc has been added (similar to print_exc but it returns
--- 211,216 ----
    os.path.exists(), switched to using os.lstat() directly if possible.
  
! - 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





More information about the Python-checkins mailing list