diff options
Diffstat (limited to 'Lib/test/test_int_literal.py')
| -rw-r--r-- | Lib/test/test_int_literal.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_int_literal.py b/Lib/test/test_int_literal.py index ef376ac..e65cc7c 100644 --- a/Lib/test/test_int_literal.py +++ b/Lib/test/test_int_literal.py @@ -6,9 +6,6 @@ This is complex because of changes due to PEP 237. import unittest from test import test_support -import warnings -warnings.filterwarnings("ignore", "hex/oct constants", FutureWarning, - "<string>") class TestHexOctBin(unittest.TestCase): |
