\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
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}