From: Tim Peters Date: Tue, 11 Apr 2006 00:44:27 +0000 (+0000) Subject: Huh. This belonged with the last checkin -- no idea why svn X-Git-Tag: v2.5a2~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7731dfdaad96c519d80823782ca4c81d09466e8d;p=python Huh. This belonged with the last checkin -- no idea why svn didn't commit it. --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 57a8f4454e..84c8b19b92 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -1763,7 +1763,6 @@ def specials(): c1 = C() c2 = C() verify(not not c1) - vereq(hash(c1), id(c1)) vereq(cmp(c1, c2), cmp(id(c1), id(c2))) vereq(c1, c1) verify(c1 != c2)