[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.26, 1.27

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


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

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



Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** whatsnew24.tex	5 Jan 2004 08:15:20 -0000	1.26
--- whatsnew24.tex	5 Jan 2004 10:13:34 -0000	1.27
***************
*** 306,309 ****
--- 306,313 ----
     (Contributed by J\"org Lehmann.)
  
+ \item The \module{bisect} module now has an underlying C implementation
+    for improved performance.
+    (Contributed by Dmitry Vasiliev.)
+ 
  \item The \module{heapq} module has been converted to C.  The resulting
     ten-fold improvement in speed makes the module suitable for handling





More information about the Python-checkins mailing list