[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.52,1.53

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Fri, 04 Oct 2002 15:34:14 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
Add a section to be written; remove reference to deleted code

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** whatsnew23.tex	14 Sep 2002 02:03:25 -0000	1.52
--- whatsnew23.tex	4 Oct 2002 22:34:11 -0000	1.53
***************
*** 314,317 ****
--- 314,323 ----
  
  %======================================================================
+ \section{PEP 277: XXX}
+ 
+ XXX write this section
+ 
+ 
+ %======================================================================
  \section{PEP 278: Universal Newline Support}
  
***************
*** 847,859 ****
  Modifying \file{sample.h} would then cause the module to be recompiled.
  (Contributed by Jeremy Hylton.)
- 
- \item Two new binary packagers were added to the Distutils.
- \code{bdist_pkgtool} builds \file{.pkg} files to use with Solaris
- \program{pkgtool}, and \code{bdist_sdux} builds \program{swinstall}
- packages for use on HP-UX.  
- An abstract binary packager class, 
- \module{distutils.command.bdist_packager}, was added; this may make it
- easier to write binary packaging commands.  (Contributed by Mark
- Alexander.)
  
  \item The \module{getopt} module gained a new function,
--- 853,856 ----