diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-04-29 15:42:16 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-04-29 15:42:16 (GMT) |
commit | b803f7013ceb99d65caa1f0d4186643854c05112 (patch) | |
tree | 5f29d088c68b7b1c6a1c3a52ba0b32fe3ace6b65 | |
parent | 432425e834882058aa5ecc717d335f2874d86dc3 (diff) | |
download | cpython-b803f7013ceb99d65caa1f0d4186643854c05112.zip cpython-b803f7013ceb99d65caa1f0d4186643854c05112.tar.gz cpython-b803f7013ceb99d65caa1f0d4186643854c05112.tar.bz2 |
Add some items, and remove a note to myself
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index f3d5edb..d48d93a 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -216,9 +216,12 @@ XXX write this section arraymodule.c: - add Py_UNICODE arrays - support +=, *= +distutils: command/bdist_packager, support for Solaris pkgtool +and HP-UX swinstall + Return enhanced tuples in grpmodule -posixmodule: killpg, mknod +posixmodule: killpg, mknod, fchdir, Expat is now included with the Python source @@ -232,14 +235,11 @@ New method: string.zfill() Add dict method pop(). +New enumerate() built-in. + %====================================================================== \section{Interpreter Changes and Fixes} -XXX bug? Change the version string from "2.2+" to "2.3a0". disutils peels off -the first 3 characters of this string in several places, so for as long -as they remain "2.2" it confuses the heck out of attempts to build 2.3 -stuff using distutils. - file object can now be subtyped (did this not work before?) yield is now always available @@ -306,7 +306,7 @@ routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible. -Checked in Sean Reifschneider's RPM spec file and patches. Bugfix candidate. +Checked in Sean Reifschneider's RPM spec file and patches. %====================================================================== |