summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-12 18:59:20 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-11-12 18:59:20 (GMT)
commitcab94a19f660ce2204792dbe6f95cc0ac3892678 (patch)
treec627e59fb4f59e1d4f7ec35c67b3a3a47786dc35
parent71dd790ad27f5ca6afbdaa1273c28a4771803abc (diff)
downloadcpython-cab94a19f660ce2204792dbe6f95cc0ac3892678.zip
cpython-cab94a19f660ce2204792dbe6f95cc0ac3892678.tar.gz
cpython-cab94a19f660ce2204792dbe6f95cc0ac3892678.tar.bz2
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
-rw-r--r--Doc/whatsnew/whatsnew22.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex
index 674100b..6075821 100644
--- a/Doc/whatsnew/whatsnew22.tex
+++ b/Doc/whatsnew/whatsnew22.tex
@@ -11,8 +11,8 @@
\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,
+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
@@ -1158,7 +1158,6 @@ more information about XML-RPC.
in \rfc{2342}, SORT, GETACL and SETACL. (Contributed by Anthony
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
name is \emph{not} going to be changed to \samp{rfc2822}.) A new
@@ -1278,8 +1277,9 @@ affect you very much.
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.
+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: