From cca4dd1c0fd9661c7d654b0bad35c7f460bef58e Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 27 Nov 2002 18:58:22 +0000 Subject: [PATCH] Update 2.2 document --- Doc/whatsnew/whatsnew22.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} -- 2.47.3