[Python-checkins] python/dist/src/Misc NEWS,1.546,1.547
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
Tue, 26 Nov 2002 13:44:58 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv9612
Modified Files:
NEWS
Log Message:
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".
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.546
retrieving revision 1.547
diff -C2 -d -r1.546 -r1.547
*** NEWS 26 Nov 2002 21:39:48 -0000 1.546
--- NEWS 26 Nov 2002 21:44:56 -0000 1.547
***************
*** 824,828 ****
-----
! Yet to be written.
Windows
--- 824,830 ----
-----
! - 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