[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.8,1.9

akuchling@sourceforge.net akuchling@sourceforge.net
Mon, 29 Apr 2002 08:42:20 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv17229

Modified Files:
	whatsnew23.tex 
Log Message:
Add some items, and remove a note to myself


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** whatsnew23.tex	15 Apr 2002 14:05:59 -0000	1.8
--- whatsnew23.tex	29 Apr 2002 15:42:16 -0000	1.9
***************
*** 217,223 ****
  - support +=, *=
  
  Return enhanced tuples in grpmodule
  
! posixmodule: killpg, mknod
  
  Expat is now included with the Python source
--- 217,226 ----
  - support +=, *=
  
+ distutils: command/bdist_packager, support for Solaris pkgtool 
+ and HP-UX swinstall
+ 
  Return enhanced tuples in grpmodule
  
! posixmodule: killpg, mknod, fchdir, 
  
  Expat is now included with the Python source
***************
*** 233,244 ****
  Add dict method pop().
  
  %======================================================================
  \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?)
  
--- 236,244 ----
  Add dict method pop().
  
+ New enumerate() built-in.
+ 
  %======================================================================
  \section{Interpreter Changes and Fixes}
  
  file object can now be subtyped (did this not work before?)
  
***************
*** 307,311 ****
  were not Python-compatible.
  
! Checked in Sean Reifschneider's RPM spec file and patches.  Bugfix candidate.
  
  
--- 307,311 ----
  were not Python-compatible.
  
! Checked in Sean Reifschneider's RPM spec file and patches.