summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-26 22:07:35 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-26 22:07:35 (GMT)
commit54fe3fdf77e1f7ed16bb663dada3c2ca07db09d8 (patch)
treedabab2827d6def942a1f743f4ced017448d33ff2 /Doc/whatsnew
parent4dd0f7ef7a0a7e7abe2043bbf8804fde962a8de3 (diff)
downloadcpython-54fe3fdf77e1f7ed16bb663dada3c2ca07db09d8.zip
cpython-54fe3fdf77e1f7ed16bb663dada3c2ca07db09d8.tar.gz
cpython-54fe3fdf77e1f7ed16bb663dada3c2ca07db09d8.tar.bz2
Noted the support for resource exclusion for regrtest. Some people
use regrtest, so it might be interesting.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew23.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 444ac16..5a7be9a 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -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.