From: Andrew M. Kuchling Date: Mon, 4 Nov 2002 20:05:10 +0000 (+0000) Subject: Mention distutil changes X-Git-Tag: v2.3c1~3593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc3f7e12ee12cc738407fe0f1dc06c17b8b883b7;p=python Mention distutil changes --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 2b1469830e..604167ba14 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -902,6 +902,13 @@ ext = Extension("samp", Modifying \file{sample.h} would then cause the module to be recompiled. (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, \function{gnu_getopt()}, that supports the same arguments as the existing \function{getopt()} function but uses GNU-style scanning mode.