[Python-checkins] CVS: python/dist/src/Lib/test test_os.py,1.4,1.5

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 22 Aug 2001 12:24:44 -0700


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

Modified Files:
	test_os.py 
Log Message:
Merge changes from r22a2-branch back into trunk.  Also, change patch
level to 2.2a2+



Index: test_os.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_os.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_os.py	2001/08/20 20:10:01	1.4
--- test_os.py	2001/08/22 19:24:42	1.5
***************
*** 7,10 ****
--- 7,13 ----
  import warnings
  
+ warnings.filterwarnings("ignore", "tempnam", RuntimeWarning, __name__)
+ warnings.filterwarnings("ignore", "tmpnam", RuntimeWarning, __name__)
+ 
  from test_support import TESTFN, run_unittest