]> granicus.if.org Git - python/commitdiff
Fix test_descr.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 20:54:56 +0000 (20:54 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 2 Aug 2010 20:54:56 +0000 (20:54 +0000)
Lib/test/test_descr.py

index 2de1d133e3564ac88a43888b686a46a094ad337b..6d76214e378a7abf6051ab05416a65bda40e4fad 100644 (file)
@@ -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,