Huh. This belonged with the last checkin -- no idea why svn

didn't commit it.
This commit is contained in:
Tim Peters 2006-04-11 00:44:27 +00:00
parent 6902b44406
commit 7731dfdaad
1 changed files with 0 additions and 1 deletions

View File

@ -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)