Commit 0362ee11 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Mention distutil changes

parent f203974e
...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment