]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update 2.2 document
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 27 Nov 2002 18:58:22 +0000 (18:58 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 27 Nov 2002 18:58:22 +0000 (18:58 +0000)
Doc/whatsnew/whatsnew22.tex

index 6075821ac6d43434a792df877e282add504c4806..e32e2ab1ec4870cf5744c8377f4265b8fdd50771 100644 (file)
@@ -5,7 +5,7 @@
 \title{What's New in Python 2.2}
 \release{1.02}
 \author{A.M. Kuchling}
-\authoraddress{\email{akuchlin@mems-exchange.org}}
+\authoraddress{\email{amk@amk.ca}}
 \begin{document}
 \maketitle\tableofcontents
 
@@ -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}