[Python-checkins] python/dist/src/Misc NEWS,1.659,1.660

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 14 Feb 2003 11:29:24 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv16303/Misc

Modified Files:
	NEWS 
Log Message:
- The audio driver tests (test_ossaudiodev.py and
  test_linuxaudiodev.py) are no longer run by default.  This is
  because they don't always work, depending on your hardware and
  software.  To run these tests, you must use an invocation like
    ./python Lib/test/regrtest.py -u audio test_ossaudiodev


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.659
retrieving revision 1.660
diff -C2 -d -r1.659 -r1.660
*** NEWS	13 Feb 2003 22:19:20 -0000	1.659
--- NEWS	14 Feb 2003 19:29:21 -0000	1.660
***************
*** 285,288 ****
--- 285,294 ----
  -----
  
+ - The audio driver tests (test_ossaudiodev.py and
+   test_linuxaudiodev.py) are no longer run by default.  This is
+   because they don't always work, depending on your hardware and
+   software.  To run these tests, you must use an invocation like
+     ./python Lib/test/regrtest.py -u audio test_ossaudiodev
+ 
  - On systems which build using the configure script, compiler flags which
    used to be lumped together using the OPT flag have been split into two