summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-26 21:44:56 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-26 21:44:56 (GMT)
commit4dd0f7ef7a0a7e7abe2043bbf8804fde962a8de3 (patch)
tree147ef379287e09f061a808c2f09c92e091e298ce /Misc
parent8c8aa5d666726253b50e460c825ae3935d099c06 (diff)
downloadcpython-4dd0f7ef7a0a7e7abe2043bbf8804fde962a8de3.zip
cpython-4dd0f7ef7a0a7e7abe2043bbf8804fde962a8de3.tar.gz
cpython-4dd0f7ef7a0a7e7abe2043bbf8804fde962a8de3.tar.bz2
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".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 248382c..89303ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -823,7 +823,9 @@ New platforms
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
-------