[Python-checkins] python/dist/src/Doc/whatsnew whatsnew22.tex,1.57,1.58

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 12 Nov 2002 10:45:49 -0800


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

Modified Files:
	whatsnew22.tex 
Log Message:
Remove extra word

Index: whatsnew22.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew22.tex,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** whatsnew22.tex	2 May 2002 17:55:26 -0000	1.57
--- whatsnew22.tex	12 Nov 2002 18:45:46 -0000	1.58
***************
*** 4,8 ****
  
  \title{What's New in Python 2.2}
! \release{1.01}
  \author{A.M. Kuchling}
  \authoraddress{\email{akuchlin@mems-exchange.org}}
--- 4,8 ----
  
  \title{What's New in Python 2.2}
! \release{1.02}
  \author{A.M. Kuchling}
  \authoraddress{\email{akuchlin@mems-exchange.org}}
***************
*** 126,130 ****
  integers, lists, dictionaries, and even files, are new-style classes
  now.  A new-style class named \class{object}, the base class for all
! built-in types, has been also been added so if no built-in type is
  suitable, you can just subclass \class{object}:
  
--- 126,130 ----
  integers, lists, dictionaries, and even files, are new-style classes
  now.  A new-style class named \class{object}, the base class for all
! built-in types, has also been added so if no built-in type is
  suitable, you can just subclass \class{object}:
  
***************
*** 1433,1437 ****
  Lundh, Michael McLay, Nick Mathewson, Paul Moore, Gustavo Niemeyer,
  Don O'Donnell, Joonas Paalasma, Tim Peters, Jens Quade, Tom Reinhardt, Neil
! Schemenauer, Guido van Rossum, Greg Ward.
  
  \end{document}
--- 1433,1437 ----
  Lundh, Michael McLay, Nick Mathewson, Paul Moore, Gustavo Niemeyer,
  Don O'Donnell, Joonas Paalasma, Tim Peters, Jens Quade, Tom Reinhardt, Neil
! Schemenauer, Guido van Rossum, Greg Ward, Edward Welbourne.
  
  \end{document}