[Python-checkins] python/dist/src/Lib/test regrtest.py,1.78,1.79

tim_one@sourceforge.net tim_one@sourceforge.net
Mon, 15 Apr 2002 17:29:29 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv15373/python/Lib/test

Modified Files:
	regrtest.py 
Log Message:
OK, don't call resetwarnings().


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** regrtest.py	16 Apr 2002 00:01:09 -0000	1.78
--- regrtest.py	16 Apr 2002 00:29:27 -0000	1.79
***************
*** 56,60 ****
  import random
  import StringIO
- import warnings
  
  import test_support
--- 56,59 ----
***************
*** 324,328 ****
          finally:
              sys.stdout = save_stdout
-             warnings.resetwarnings()
      except (ImportError, test_support.TestSkipped), msg:
          if not quiet:
--- 323,326 ----