| commit | 4dd0f7ef7a0a7e7abe2043bbf8804fde962a8de3 | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Tue Nov 26 21:44:56 2002 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Tue Nov 26 21:44:56 2002 +0000 |
| tree | 147ef379287e09f061a808c2f09c92e091e298ce | |
| parent | 8c8aa5d666726253b50e460c825ae3935d099c06 [diff] [blame] |
Add a way to say "use any resource except A". For example, to run allow the use of any resource except bsddb, give the option "-uall,-bsddb".
diff --git a/Misc/NEWS b/Misc/NEWS index 248382c..89303ba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -823,7 +823,9 @@ Tests ----- -Yet to be written. +- The regrtest.py script's -u option now provides a way to say "allow + all resources except this one." For example, to allow everything + except bsddb, give the option '-uall,-bsddb'. Windows -------