[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.60,1.61

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 04 Nov 2002 12:05:14 -0800


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv16294

Modified Files:
	whatsnew23.tex 
Log Message:
Mention distutil changes

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** whatsnew23.tex	16 Oct 2002 18:27:38 -0000	1.60
--- whatsnew23.tex	4 Nov 2002 20:05:10 -0000	1.61
***************
*** 903,906 ****
--- 903,913 ----
  (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