[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.148,1.149

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 11 Jul 2003 21:42:32 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
Fix missing parenthesis

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** whatsnew23.tex	10 Jul 2003 15:48:33 -0000	1.148
--- whatsnew23.tex	12 Jul 2003 04:42:30 -0000	1.149
***************
*** 2146,2150 ****
  char *\var{key})} was added
  as shorthand for
! \code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key})}.
  
  \item The \method{xreadlines()} method of file objects, introduced in
--- 2146,2150 ----
  char *\var{key})} was added
  as shorthand for
! \code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key}))}.
  
  \item The \method{xreadlines()} method of file objects, introduced in