From: Nick Coghlan Date: Mon, 4 Aug 2008 13:00:15 +0000 (+0000) Subject: Blocked revisions 65487-65488 via svnmerge X-Git-Tag: v3.0b3~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cea04af09ad09db5cb41ecff8fd0ae6b8d659faa;p=thirdparty%2FPython%2Fcpython.git 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 ........ ---