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

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 12 Nov 2002 10:59:22 -0800


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

Modified Files:
	whatsnew22.tex 
Log Message:
Update text to refer to 2.2.2
Remove an XXX item: I'm not going to write a section on the email package
    at this point


Index: whatsnew22.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew22.tex,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** whatsnew22.tex	12 Nov 2002 18:45:46 -0000	1.58
--- whatsnew22.tex	12 Nov 2002 18:59:20 -0000	1.59
***************
*** 12,17 ****
  \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.
  
--- 12,17 ----
  \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.
  
***************
*** 1159,1163 ****
    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 ----
***************
*** 1279,1284 ****
  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:
--- 1278,1284 ----
  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: