summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-10-04 22:34:11 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-10-04 22:34:11 (GMT)
commit0f345567fe90a65b3e2c04f1e6c484a25c299ed7 (patch)
tree3e60481ea88def8613d31af717e8f5818609abc5 /Doc/whatsnew
parentbeb6bd96593401fdb71464baaec255f7c12ce365 (diff)
downloadcpython-0f345567fe90a65b3e2c04f1e6c484a25c299ed7.zip
cpython-0f345567fe90a65b3e2c04f1e6c484a25c299ed7.tar.gz
cpython-0f345567fe90a65b3e2c04f1e6c484a25c299ed7.tar.bz2
Add a section to be written; remove reference to deleted code
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew23.tex15
1 files changed, 6 insertions, 9 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index e08dd67..aec2692 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -313,6 +313,12 @@ L\"owis.}
%======================================================================
+\section{PEP 277: XXX}
+
+XXX write this section
+
+
+%======================================================================
\section{PEP 278: Universal Newline Support}
The three major operating systems used today are Microsoft Windows,
@@ -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.