[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.14, 1.15

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Nov 26 13:03:50 EST 2003


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

Modified Files:
	whatsnew24.tex 
Log Message:
Fix typos

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** whatsnew24.tex	26 Nov 2003 17:52:45 -0000	1.14
--- whatsnew24.tex	26 Nov 2003 18:03:48 -0000	1.15
***************
*** 120,124 ****
  
  \item The string methods, \method{ljust()}, \method{rjust()}, and
! \method{center()} now take a optional argument for specifying a
  fill character other than a space.
  
--- 120,124 ----
  
  \item The string methods, \method{ljust()}, \method{rjust()}, and
! \method{center()} now take an optional argument for specifying a
  fill character other than a space.
  
***************
*** 212,216 ****
  
  \item The \function{zip()} built-in function and \function{itertools.izip()}
!   now returns an empty list instead of raising a \exception{TypeError}
    exception if called with no arguments.  This makes the functions more
    suitable for use with variable length argument lists:
--- 212,216 ----
  
  \item The \function{zip()} built-in function and \function{itertools.izip()}
!   now return an empty list instead of raising a \exception{TypeError}
    exception if called with no arguments.  This makes the functions more
    suitable for use with variable length argument lists:





More information about the Python-checkins mailing list