[Python-checkins] python/dist/src/Doc/whatsnew whatsnew22.tex,1.54.2.1,1.54.2.2

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 12 Nov 2002 11:01:09 -0800


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

Modified Files:
      Tag: release22-maint
	whatsnew22.tex 
Log Message:
Commit version 1.02 (CVS revision 1.59) of whatsnew22.tex, which 
   fixes various small errors and adds mention of the 2.2.1 and 2.2.2 releases.


Index: whatsnew22.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew22.tex,v
retrieving revision 1.54.2.1
retrieving revision 1.54.2.2
diff -C2 -d -r1.54.2.1 -r1.54.2.2
*** whatsnew22.tex	2 May 2002 17:56:17 -0000	1.54.2.1
--- whatsnew22.tex	12 Nov 2002 19:01:04 -0000	1.54.2.2
***************
*** 4,8 ****
  
  \title{What's New in Python 2.2}
! \release{1.00}
  \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}}
***************
*** 12,17 ****
  \section{Introduction}
  
! This article explains the new features in Python 2.2, released on
! December 21, 2001.
  
  Python 2.2 can be thought of as the "cleanup release".  There are some
--- 12,18 ----
  \section{Introduction}
  
! This article explains the new features in Python 2.2.2, released on
! October 14, 2002.  Python 2.2.2 is a bugfix release of Python 2.2,
! originally released on December 21, 2001.
  
  Python 2.2 can be thought of as the "cleanup release".  There are some
***************
*** 125,129 ****
  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}:
  
***************
*** 1064,1068 ****
  
    \item The \module{xmlrpclib} module was contributed to the standard
!   library by Fredrik Lundh, provding support for writing XML-RPC
    clients.  XML-RPC is a simple remote procedure call protocol built on
    top of HTTP and XML. For example, the following snippet retrieves a
--- 1065,1069 ----
  
    \item The \module{xmlrpclib} module was contributed to the standard
!   library by Fredrik Lundh, providing support for writing XML-RPC
    clients.  XML-RPC is a simple remote procedure call protocol built on
    top of HTTP and XML. For example, the following snippet retrieves a
***************
*** 1114,1118 ****
  
    \item The Python profiler has been extensively reworked and various
!   errors in its output have been corrected.  (Contributed by Fred
    Fred~L. Drake, Jr. and Tim Peters.)
   
--- 1115,1119 ----
  
    \item The Python profiler has been extensively reworked and various
!   errors in its output have been corrected.  (Contributed by
    Fred~L. Drake, Jr. and Tim Peters.)
   
***************
*** 1158,1162 ****
    Baxter and Michel Pelletier.)
  
-   % XXX should the 'email' module get a section of its own?
    \item The \module{rfc822} module's parsing of email addresses is now
    compliant with \rfc{2822}, an update to \rfc{822}.  (The module's
--- 1159,1162 ----
***************
*** 1277,1283 ****
  As usual there were a bunch of other improvements and bugfixes
  scattered throughout the source tree.  A search through the CVS change
! logs finds there were 527 patches applied, and 683 bugs fixed; both
! figures are likely to be underestimates.  Some of the more notable
! changes are:
  
  \begin{itemize}
--- 1277,1286 ----
  As usual there were a bunch of other improvements and bugfixes
  scattered throughout the source tree.  A search through the CVS change
! logs finds there were 527 patches applied and 683 bugs fixed between
! Python 2.1 and 2.2; 2.2.1 applied 139 patches and fixed 143 bugs;
! 2.2.2 applied 106 patches and fixed 82 bugs.  These figures are likely
! to be underestimates.
! 
! Some of the more notable changes are:
  
  \begin{itemize}
***************
*** 1429,1434 ****
  Hudson, Jack Jansen, Marc-Andr\'e Lemburg, Martin von L\"owis, Fredrik
  Lundh, Michael McLay, Nick Mathewson, Paul Moore, Gustavo Niemeyer,
! Don O'Donnell, Tim Peters, Jens Quade, Tom Reinhardt, Neil
! Schemenauer, Guido van Rossum, Greg Ward.
  
  \end{document}
--- 1432,1437 ----
  Hudson, Jack Jansen, Marc-Andr\'e Lemburg, Martin von L\"owis, Fredrik
  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}