From: Andrew M. Kuchling Date: Wed, 27 Nov 2002 18:58:22 +0000 (+0000) Subject: Update 2.2 document X-Git-Tag: v2.2.3c1~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cca4dd1c0fd9661c7d654b0bad35c7f460bef58e;p=thirdparty%2FPython%2Fcpython.git Update 2.2 document --- diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 6075821ac6d4..e32e2ab1ec48 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -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}