[Python-checkins] python/dist/src/Lib/test regrtest.py,1.93,1.94

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
2002年8月14日 10:54:51 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv31943
Modified Files:
	regrtest.py 
Log Message:
The filterwarnings() call here should be updated to filter out
FutureWarning.
Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** regrtest.py	12 Aug 2002 21:55:51 -0000	1.93
--- regrtest.py	14 Aug 2002 17:54:48 -0000	1.94
***************
*** 68,72 ****
 # I see no other way to suppress these warnings;
 # putting them in test_grammar.py has no effect:
! warnings.filterwarnings("ignore", "hex/oct constants", DeprecationWarning,
 ".*test.test_grammar$")
 
--- 68,72 ----
 # I see no other way to suppress these warnings;
 # putting them in test_grammar.py has no effect:
! warnings.filterwarnings("ignore", "hex/oct constants", FutureWarning,
 ".*test.test_grammar$")
 

AltStyle によって変換されたページ (->オリジナル) /