[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.50, 1.51

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Jun 3 09:31:25 EDT 2004


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

Modified Files:
	whatsnew24.tex 
Log Message:
- fix typo reported by John Belmonte
- wrap a long line


Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** whatsnew24.tex	3 Jun 2004 12:47:25 -0000	1.50
--- whatsnew24.tex	3 Jun 2004 13:31:22 -0000	1.51
***************
*** 370,374 ****
    \samp{map(mydict.__getitem__, keylist)}.
  
! \item Added an newcode opcode, \code{LIST_APPEND}, that simplifies
    the generated bytecode for list comprehensions and speeds them up
    by about a third.
--- 370,374 ----
    \samp{map(mydict.__getitem__, keylist)}.
  
! \item Added a new opcode, \code{LIST_APPEND}, that simplifies
    the generated bytecode for list comprehensions and speeds them up
    by about a third.
***************
*** 394,400 ****
  
  \item The \module{curses} modules now supports the ncurses extension 
!    \function{use_default_colors()}.   On platforms where the terminal 
!    supports transparency, this makes it possible to use a transparent background.
!    (Contributed by J\"org Lehmann.)
  
  \item The \module{bisect} module now has an underlying C implementation
--- 394,400 ----
  
  \item The \module{curses} modules now supports the ncurses extension 
!    \function{use_default_colors()}.  On platforms where the terminal
!    supports transparency, this makes it possible to use a transparent
!    background.  (Contributed by J\"org Lehmann.)
  
  \item The \module{bisect} module now has an underlying C implementation




More information about the Python-checkins mailing list