[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.56,1.57

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 10 Oct 2002 04:31:50 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
[Bug #621038] Remove duplicated item

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** whatsnew23.tex	9 Oct 2002 12:11:10 -0000	1.56
--- whatsnew23.tex	10 Oct 2002 11:31:48 -0000	1.57
***************
*** 1223,1230 ****
  \code{PyObject_DelItem(\var{mapping}, PyString_New(\var{key})}.
  
- \item The source code for the Expat XML parser is now included with
- the Python source, so the \module{pyexpat} module is no longer
- dependent on having a system library containing Expat.
- 
  \item File objects now manage their internal string buffer
  differently by increasing it exponentially when needed.  
--- 1223,1226 ----
***************
*** 1313,1317 ****
  article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
  Michael Hudson, Detlef Lannert, Martin von L\"owis, Andrew MacIntyre,
! Gustavo Niemeyer, Neal Norwitz, Jason Tishler.
  
  \end{document}
--- 1309,1313 ----
  article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
  Michael Hudson, Detlef Lannert, Martin von L\"owis, Andrew MacIntyre,
! Lalo Martins, Gustavo Niemeyer, Neal Norwitz, Jason Tishler.
  
  \end{document}