[Python-checkins] python/dist/src/Lib/test test_sundry.py, 1.13, 1.14

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Jun 2 13:40:17 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8765/test

Modified Files:
	test_sundry.py 
Log Message:
Remove pre module

Index: test_sundry.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sundry.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** test_sundry.py	13 Feb 2003 18:36:22 -0000	1.13
--- test_sundry.py	2 Jun 2004 17:40:14 -0000	1.14
***************
*** 6,11 ****
  warnings.filterwarnings('ignore', r".*statcache module",
                          DeprecationWarning, 'statcache$')
- warnings.filterwarnings('ignore', r".*'re' module",
-                         DeprecationWarning, 'pre$')
  
  from test.test_support import verbose
--- 6,9 ----
***************
*** 65,69 ****
  #import poplib
  import posixfile
- import pre
  import profile
  import pstats
--- 63,66 ----




More information about the Python-checkins mailing list