[Python-checkins] python/dist/src/Lib/test test_regex.py,1.12,1.13

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 17 Oct 2002 15:13:31 -0700


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

Modified Files:
	test_regex.py 
Log Message:
Continue to work even though the test can be named test.test_regex
these days.


Index: test_regex.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_regex.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** test_regex.py	23 Jul 2002 19:03:59 -0000	1.12
--- test_regex.py	17 Oct 2002 22:13:28 -0000	1.13
***************
*** 2,6 ****
  import warnings
  warnings.filterwarnings("ignore", "the regex module is deprecated",
!                         DeprecationWarning, r'test_regex$')
  import regex
  from regex_syntax import *
--- 2,6 ----
  import warnings
  warnings.filterwarnings("ignore", "the regex module is deprecated",
!                         DeprecationWarning, __name__)
  import regex
  from regex_syntax import *