Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cab94a1

Browse files
committed
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
1 parent 71dd790 commit cab94a1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/whatsnew/whatsnew22.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
\section{Introduction}
1313

14-
This article explains the new features in Python 2.2.1, released on
15-
April 10, 2002. Python 2.2.1 is a bugfix release of Python 2.2,
14+
This article explains the new features in Python 2.2.2, released on
15+
October 14, 2002. Python 2.2.2 is a bugfix release of Python 2.2,
1616
originally released on December 21, 2001.
1717

1818
Python 2.2 can be thought of as the "cleanup release". There are some
@@ -1158,7 +1158,6 @@ \section{New and Improved Modules}
11581158
in \rfc{2342}, SORT, GETACL and SETACL. (Contributed by Anthony
11591159
Baxter and Michel Pelletier.)
11601160

1161-
% XXX should the 'email' module get a section of its own?
11621161
\item The \module{rfc822} module's parsing of email addresses is now
11631162
compliant with \rfc{2822}, an update to \rfc{822}. (The module's
11641163
name is \emph{not} going to be changed to \samp{rfc2822}.) A new
@@ -1278,8 +1277,9 @@ \section{Other Changes and Fixes}
12781277
As usual there were a bunch of other improvements and bugfixes
12791278
scattered throughout the source tree. A search through the CVS change
12801279
logs finds there were 527 patches applied and 683 bugs fixed between
1281-
Python 2.1 and 2.2; 2.2.1 applied 139 patches and fixed 143 bugs.
1282-
Both figures are likely to be underestimates.
1280+
Python 2.1 and 2.2; 2.2.1 applied 139 patches and fixed 143 bugs;
1281+
2.2.2 applied 106 patches and fixed 82 bugs. These figures are likely
1282+
to be underestimates.
12831283

12841284
Some of the more notable changes are:
12851285

0 commit comments

Comments
 (0)