Discussion:
[Python-3000-checkins] r65643 - python/branches/py3k
nick.coghlan
2008-08-11 15:49:04 UTC
Permalink
Author: nick.coghlan
Date: Mon Aug 11 17:49:03 2008
New Revision: 65643

Log:
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.
........


Modified:
python/branches/py3k/ (props changed)

Loading...