|
11 | 11 |
|
12 | 12 | \section{Introduction} |
13 | 13 |
|
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, |
16 | 16 | originally released on December 21, 2001. |
17 | 17 |
|
18 | 18 | Python 2.2 can be thought of as the "cleanup release". There are some |
@@ -1158,7 +1158,6 @@ \section{New and Improved Modules} |
1158 | 1158 | in \rfc{2342}, SORT, GETACL and SETACL. (Contributed by Anthony |
1159 | 1159 | Baxter and Michel Pelletier.) |
1160 | 1160 |
|
1161 | | - % XXX should the 'email' module get a section of its own? |
1162 | 1161 | \item The \module{rfc822} module's parsing of email addresses is now |
1163 | 1162 | compliant with \rfc{2822}, an update to \rfc{822}. (The module's |
1164 | 1163 | name is \emph{not} going to be changed to \samp{rfc2822}.) A new |
@@ -1278,8 +1277,9 @@ \section{Other Changes and Fixes} |
1278 | 1277 | As usual there were a bunch of other improvements and bugfixes |
1279 | 1278 | scattered throughout the source tree. A search through the CVS change |
1280 | 1279 | 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. |
1283 | 1283 |
|
1284 | 1284 | Some of the more notable changes are: |
1285 | 1285 |
|
|
0 commit comments