]> granicus.if.org Git - python/commitdiff
Noted the support for resource exclusion for regrtest. Some people
authorFred Drake <fdrake@acm.org>
Tue, 26 Nov 2002 22:07:35 +0000 (22:07 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 26 Nov 2002 22:07:35 +0000 (22:07 +0000)
use regrtest, so it might be interesting.

Doc/whatsnew/whatsnew23.tex

index 444ac164effa579558860616d05f8e7826c83262..5a7be9a7061fa18236e9f7cdca42cca00beca91f 100644 (file)
@@ -1604,6 +1604,13 @@ Some of the more notable changes are:
 
 \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.