[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.34, 1.35

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Feb 17 05:46:34 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22155

Modified Files:
	whatsnew24.tex 
Log Message:
Mention the optimization of list.extend().

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** whatsnew24.tex	14 Feb 2004 18:34:45 -0000	1.34
--- whatsnew24.tex	17 Feb 2004 10:46:32 -0000	1.35
***************
*** 268,271 ****
--- 268,273 ----
   benefit.  The amount of improvement varies between systems and shows
   the greatest improvement on systems with poor realloc() implementations.
+  \method{list.extend()} was also optimized and no longer converts its
+  argument into a temporary list prior to extending the base list.
  
  \item \function{list()}, \function{tuple()}, \function{map()},




More information about the Python-checkins mailing list