[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.95,1.96

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 02 Jan 2003 05:42:34 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
Fix an example

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** whatsnew23.tex	31 Dec 2002 18:34:54 -0000	1.95
--- whatsnew23.tex	2 Jan 2003 13:42:32 -0000	1.96
***************
*** 80,84 ****
  Set([])
  >>> S1.union_update(S2)
- Set([1, 2, 3, 4, 5, 6])
  >>> S1
  Set([1, 2, 3, 4, 5, 6])
--- 80,83 ----
***************
*** 2016,2020 ****
  suggestions, corrections and assistance with various drafts of this
  article: Simon Brunning, Michael Chermside, Scott David Daniels,
! Fred~L. Drake, Jr., Raymond Hettinger, Michael Hudson, Detlef Lannert,
  Martin von L\"owis, Andrew MacIntyre, Lalo Martins, Gustavo Niemeyer,
  Neal Norwitz, Chris Reedy, Vinay Sajip, Neil Schemenauer, Jason
--- 2015,2019 ----
  suggestions, corrections and assistance with various drafts of this
  article: Simon Brunning, Michael Chermside, Scott David Daniels,
! Fred~L. Drake, Jr., Kelly Gerber, Raymond Hettinger, Michael Hudson, Detlef Lannert,
  Martin von L\"owis, Andrew MacIntyre, Lalo Martins, Gustavo Niemeyer,
  Neal Norwitz, Chris Reedy, Vinay Sajip, Neil Schemenauer, Jason