@@ -216,9 +216,12 @@ \section{New and Improved Modules}
216216arraymodule.c: - add Py_UNICODE arrays
217217- support +=, *=
218218
219+ distutils: command/bdist_packager, support for Solaris pkgtool
220+ and HP-UX swinstall
221+
219222Return enhanced tuples in grpmodule
220223
221- posixmodule: killpg, mknod
224+ posixmodule: killpg, mknod, fchdir,
222225
223226Expat is now included with the Python source
224227
@@ -232,14 +235,11 @@ \section{New and Improved Modules}
232235
233236Add dict method pop().
234237
238+ New enumerate() built-in.
239+
235240% ======================================================================
236241\section {Interpreter Changes and Fixes }
237242
238- XXX bug? Change the version string from "2.2+" to "2.3a0" . disutils peels off
239- the first 3 characters of this string in several places, so for as long
240- as they remain "2.2" it confuses the heck out of attempts to build 2.3
241- stuff using distutils.
242-
243243file object can now be subtyped (did this not work before?)
244244
245245yield is now always available
@@ -306,7 +306,7 @@ \section{C Interface Changes}
306306candidate. Also blacklisted some constants with definitions that
307307were not Python-compatible.
308308
309- Checked in Sean Reifschneider's RPM spec file and patches. Bugfix candidate.
309+ Checked in Sean Reifschneider's RPM spec file and patches.
310310
311311
312312% ======================================================================
0 commit comments