From: Andrew M. Kuchling Date: Fri, 15 Nov 2002 14:37:46 +0000 (+0000) Subject: Mention that the MRO algorithm changes in 2.3 X-Git-Tag: v2.3c1~3399 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88eed70fc85ce513a851a4b91ba6a3e5f341edb5;p=thirdparty%2FPython%2Fcpython.git Mention that the MRO algorithm changes in 2.3 --- diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 6075821ac6d4..aa80a75c5002 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -314,6 +314,9 @@ that state never getting saved. New-style classes follow a different algorithm that's a bit more complicated to explain, but does the right thing in this situation. +(Note that Python 2.3 changes this algorithm to one that produces the +same results in most cases, but produces more useful results for +really complicated inheritance graphs.) \begin{enumerate}