[Python-checkins] CVS: python/dist/src/Doc/whatsnew whatsnew22.tex,1.54,1.55

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 01 Apr 2002 11:22:36 -0800


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

Modified Files:
	whatsnew22.tex 
Log Message:
Mention 2.2.1 in intro and in bug/patch counts
Fix two typos spotted by Joonas Paalasmaa


Index: whatsnew22.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew22.tex,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** whatsnew22.tex	21 Dec 2001 04:39:11 -0000	1.54
--- whatsnew22.tex	1 Apr 2002 19:22:34 -0000	1.55
***************
*** 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.01}
  \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.1, released on
! April 10, 2002.  Python 2.2.1 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
***************
*** 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.)
   
***************
*** 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}
--- 1278,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.
! Both figures are likely to be underestimates.  
! 
! Some of the more notable changes are:
  
  \begin{itemize}