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
0362ee11
Commit
0362ee11
authored
Nov 04, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention distutil changes
parent
f203974e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+7
-0
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
0362ee11
...
@@ -902,6 +902,13 @@ ext = Extension("samp",
...
@@ -902,6 +902,13 @@ 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
Other minor changes to Distutils:
it now checks for the
\envvar
{
CC
}
,
\envvar
{
CFLAGS
}
,
\envvar
{
CPP
}
,
\envvar
{
LDFLAGS
}
, and
\envvar
{
CPPFLAGS
}
environment variables, using
them to override the settings in Python's configuration (contributed
by Robert Weber); the
\function
{
get
_
distutils
_
option()
}
method lists
recently-added extensions to Distutils.
\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