Reduce the number of test-suite DeprecationWarnings; start adding

resetwarnings() calls too.
This commit is contained in:
Tim Peters 2002-04-15 23:52:04 +00:00
parent c15acef4a4
commit f022a4d451
3 changed files with 12 additions and 3 deletions

View file

@ -158,3 +158,5 @@ check_all("weakref")
check_all("webbrowser")
check_all("xdrlib")
check_all("zipfile")
warnings.resetwarnings()