]> granicus.if.org Git - python/commitdiff
Add a section to be written; remove reference to deleted code
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 4 Oct 2002 22:34:11 +0000 (22:34 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 4 Oct 2002 22:34:11 +0000 (22:34 +0000)
Doc/whatsnew/whatsnew23.tex

index e08dd67a7ad6f5b7fdde0b611da401dbc1d95c9c..aec2692a59e151c7fdd420c952e0aa441eaa9fe6 100644 (file)
@@ -312,6 +312,12 @@ L\"owis.}
 \end{seealso}
 
 
+%======================================================================
+\section{PEP 277: XXX}
+
+XXX write this section
+
+
 %======================================================================
 \section{PEP 278: Universal Newline Support}
 
@@ -847,15 +853,6 @@ ext = Extension("samp",
 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,
 \function{gnu_getopt()}, that supports the same arguments as the existing
 \function{getopt()} function but uses GNU-style scanning mode.