commit | 54df53a3522436e714ac6ea6f896bf790d31bc4e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 14 18:38:27 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 14 18:38:27 2002 +0000 |
tree | bccd10e1e90877f0068a3aa704827272ad146c3e | |
parent | 29c2106465afdcb3f48f3ef6cca7660fa644764d [diff] [blame] |
More changes of DeprecationWarning to FutureWarning.
diff --git a/Lib/test/test_b2.py b/Lib/test/test_b2.py index d3653a5..d59e905 100644 --- a/Lib/test/test_b2.py +++ b/Lib/test/test_b2.py
@@ -2,7 +2,7 @@ import warnings warnings.filterwarnings("ignore", "hex../oct.. of negative int", - DeprecationWarning, __name__) + FutureWarning, __name__) from test.test_support import TestFailed, fcmp, TESTFN, unlink, vereq