From 1374a3eb9c2bf22ab0d770a6422280f58b5ea7ee Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Mon, 2 Aug 2010 20:54:56 +0000 Subject: [PATCH] Fix test_descr. --- Lib/test/test_descr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 2de1d133e3..6d76214e37 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, -- 2.50.0