From: Ezio Melotti Date: Mon, 2 Aug 2010 20:54:56 +0000 (+0000) Subject: Fix test_descr. X-Git-Tag: v2.6.6rc1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1374a3eb9c2bf22ab0d770a6422280f58b5ea7ee;p=python Fix test_descr. --- 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,