Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0f345567
Commit
0f345567
authored
Oct 04, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a section to be written; remove reference to deleted code
parent
beb6bd96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+6
-9
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
0f345567
...
@@ -312,6 +312,12 @@ L\"owis.}
...
@@ -312,6 +312,12 @@ L\"owis.}
\end{seealso}
\end{seealso}
%======================================================================
\section
{
PEP 277: XXX
}
XXX write this section
%======================================================================
%======================================================================
\section
{
PEP 278: Universal Newline Support
}
\section
{
PEP 278: Universal Newline Support
}
...
@@ -847,15 +853,6 @@ ext = Extension("samp",
...
@@ -847,15 +853,6 @@ ext = Extension("samp",
Modifying
\file
{
sample.h
}
would then cause the module to be recompiled.
Modifying
\file
{
sample.h
}
would then cause the module to be recompiled.
(Contributed by Jeremy Hylton.)
(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,
\item
The
\module
{
getopt
}
module gained a new function,
\function
{
gnu
_
getopt()
}
, that supports the same arguments as the existing
\function
{
gnu
_
getopt()
}
, that supports the same arguments as the existing
\function
{
getopt()
}
function but uses GNU-style scanning mode.
\function
{
getopt()
}
function but uses GNU-style scanning mode.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment