diff options
| -rw-r--r-- | Lib/test/test_descr.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 2de1d13..6d76214 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -4436,7 +4436,6 @@ def test_main(): with test_support._check_py3k_warnings( ("classic (int|long) division", DeprecationWarning), ("coerce.. not supported", DeprecationWarning), - ("Overriding __cmp__ ", DeprecationWarning), (".+__(get|set|del)slice__ has been removed", DeprecationWarning)): # Run all local test cases, with PTypesLongInitTest first. test_support.run_unittest(PTypesLongInitTest, OperatorsTest, |
