[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.39, 1.40

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sat Mar 20 03:13:35 EST 2004


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

Modified Files:
	whatsnew24.tex 
Log Message:
fix two typos that turned text into markup

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** whatsnew24.tex	18 Mar 2004 09:48:12 -0000	1.39
--- whatsnew24.tex	20 Mar 2004 08:13:32 -0000	1.40
***************
*** 268,272 ****
   loops were also optimized for \class{dict} with performance
   boosts to \method{keys()}, \method{values()}, \method{items()},
! \method{\iterkeys()}, \method{\itervalues()}, and \method{iteritems()}.
  
  \item The machinery for growing and shrinking lists was optimized
--- 268,272 ----
   loops were also optimized for \class{dict} with performance
   boosts to \method{keys()}, \method{values()}, \method{items()},
! \method{iterkeys()}, \method{itervalues()}, and \method{iteritems()}.
  
  \item The machinery for growing and shrinking lists was optimized




More information about the Python-checkins mailing list