Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f34556

Browse files
committed
Add a section to be written; remove reference to deleted code
1 parent beb6bd9 commit 0f34556

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ \section{PEP 263: Source Code Encodings \label{section-encodings}}
312312
\end{seealso}
313313

314314

315+
%======================================================================
316+
\section{PEP 277: XXX}
317+
318+
XXX write this section
319+
320+
315321
%======================================================================
316322
\section{PEP 278: Universal Newline Support}
317323

@@ -847,15 +853,6 @@ \section{New and Improved Modules}
847853
Modifying \file{sample.h} would then cause the module to be recompiled.
848854
(Contributed by Jeremy Hylton.)
849855

850-
\item Two new binary packagers were added to the Distutils.
851-
\code{bdist_pkgtool} builds \file{.pkg} files to use with Solaris
852-
\program{pkgtool}, and \code{bdist_sdux} builds \program{swinstall}
853-
packages for use on HP-UX.
854-
An abstract binary packager class,
855-
\module{distutils.command.bdist_packager}, was added; this may make it
856-
easier to write binary packaging commands. (Contributed by Mark
857-
Alexander.)
858-
859856
\item The \module{getopt} module gained a new function,
860857
\function{gnu_getopt()}, that supports the same arguments as the existing
861858
\function{getopt()} function but uses GNU-style scanning mode.

0 commit comments

Comments
 (0)