Discussion:
[Python-3000-checkins] r65490 - python/branches/py3k
nick.coghlan
2008-08-04 13:00:16 UTC
Permalink
Author: nick.coghlan
Date: Mon Aug 4 15:00:15 2008
New Revision: 65490

Log:
Blocked revisions 65487-65488 via svnmerge

........
r65487 | nick.coghlan | 2008-08-04 22:40:59 +1000 (Mon, 04 Aug 2008) | 1 line

Issue 643841: better documentation of the special method lookup process, especially for new-style classes. Also removes the warnings about not being authoritative for new-style classes - the language reference actually covers those fairly well now (albeit in a fashion that isn't always particularly easy to follow).
........
r65488 | nick.coghlan | 2008-08-04 22:47:17 +1000 (Mon, 04 Aug 2008) | 1 line

Add missing NEWS entry for r65487
........


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

Loading...