]> granicus.if.org Git - python/commitdiff
Mention that the MRO algorithm changes in 2.3
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 15 Nov 2002 14:37:46 +0000 (14:37 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 15 Nov 2002 14:37:46 +0000 (14:37 +0000)
Doc/whatsnew/whatsnew22.tex

index 6075821ac6d43434a792df877e282add504c4806..aa80a75c50025d8933348e11eaee5024fab80fc5 100644 (file)
@@ -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}