[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.76,1.77

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 26 Nov 2002 14:07:41 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
Noted the support for resource exclusion for regrtest.  Some people
use regrtest, so it might be interesting.


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** whatsnew23.tex	26 Nov 2002 21:39:47 -0000	1.76
--- whatsnew23.tex	26 Nov 2002 22:07:35 -0000	1.77
***************
*** 1605,1608 ****
--- 1605,1615 ----
  \begin{itemize}
  
+ \item The \file{regrtest.py} script now provides a way to allow ``all
+ resources except \var{foo}.''  A resource name passed to the
+ \programopt{-u} option can now be prefixed with a hyphen
+ (\character{-}) to mean ``remove this resource.''  For example, the
+ option `\code{\programopt{-u}all,-bsddb}' could be used to enable the
+ use of all resources except \code{bsddb}.
+ 
  \item The tools used to build the documentation now work under Cygwin
  as well as \UNIX.