diff options
author | Fred Drake <fdrake@acm.org> | 2002-11-26 21:44:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-11-26 21:44:56 (GMT) |
commit | 4dd0f7ef7a0a7e7abe2043bbf8804fde962a8de3 (patch) | |
tree | 147ef379287e09f061a808c2f09c92e091e298ce /Misc | |
parent | 8c8aa5d666726253b50e460c825ae3935d099c06 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ------- |