From: Nick Coghlan Date: Mon, 11 Aug 2008 15:49:03 +0000 (+0000) Subject: Blocked revisions 65642 via svnmerge X-Git-Tag: v3.0b3~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaf8f7a4c04e62c1515fb464cd40a046da026dc9;p=python Blocked revisions 65642 via svnmerge ........ r65642 | nick.coghlan | 2008-08-12 01:45:58 +1000 (Tue, 12 Aug 2008) | 1 line Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. ........ ---