summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index dee2847..3ae73b4 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -67,7 +67,7 @@ import warnings
# 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,
+warnings.filterwarnings("ignore", "hex/oct constants", FutureWarning,
".*test.test_grammar$")
from test import test_support