summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew22.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-15 14:37:46 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-11-15 14:37:46 (GMT)
commit88eed70fc85ce513a851a4b91ba6a3e5f341edb5 (patch)
tree6fcdcbe86fdc71607664001d418102e40fd3612e /Doc/whatsnew/whatsnew22.tex
parentb60ea3f01f6cba0d1d14f328d00e3922cb66bcd6 (diff)
downloadcpython-88eed70fc85ce513a851a4b91ba6a3e5f341edb5.zip
cpython-88eed70fc85ce513a851a4b91ba6a3e5f341edb5.tar.gz
cpython-88eed70fc85ce513a851a4b91ba6a3e5f341edb5.tar.bz2
Mention that the MRO algorithm changes in 2.3
Diffstat (limited to 'Doc/whatsnew/whatsnew22.tex')
-rw-r--r--Doc/whatsnew/whatsnew22.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex
index 6075821..aa80a75 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}