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

Skip to content

Commit b803f70

Browse files
committed
Add some items, and remove a note to myself
1 parent 432425e commit b803f70

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,12 @@ \section{New and Improved Modules}
216216
arraymodule.c: - add Py_UNICODE arrays
217217
- support +=, *=
218218

219+
distutils: command/bdist_packager, support for Solaris pkgtool
220+
and HP-UX swinstall
221+
219222
Return enhanced tuples in grpmodule
220223

221-
posixmodule: killpg, mknod
224+
posixmodule: killpg, mknod, fchdir,
222225

223226
Expat is now included with the Python source
224227

@@ -232,14 +235,11 @@ \section{New and Improved Modules}
232235

233236
Add 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-
243243
file object can now be subtyped (did this not work before?)
244244

245245
yield is now always available
@@ -306,7 +306,7 @@ \section{C Interface Changes}
306306
candidate. Also blacklisted some constants with definitions that
307307
were 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

Comments
 (0)