From: Nick Coghlan Date: Tue, 15 Jul 2008 14:31:20 +0000 (+0000) Subject: Blocked revisions 64962 via svnmerge X-Git-Tag: v3.0b2~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bab65c25928617b2911d2f42d01e5543893ed93;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 64962 via svnmerge ........ r64962 | nick.coghlan | 2008-07-16 00:27:37 +1000 (Wed, 16 Jul 2008) | 1 line Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful ........ ---