]> granicus.if.org Git - python/commitdiff
Note addition of xmlrpclib
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 11 Jul 2001 18:54:26 +0000 (18:54 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 11 Jul 2001 18:54:26 +0000 (18:54 +0000)
Comment out descr-branch section
Update e-mail address
    (Time to begin writing this...)

Doc/whatsnew/whatsnew22.tex

index ae9bdc30fabf6976d314e707f78f42dbbf5356d8..3ebb803f0359adb2cfc16b65cf4753765ce6c69b 100644 (file)
@@ -5,7 +5,7 @@
 \title{What's New in Python 2.2}
 \release{0.01}
 \author{A.M. Kuchling}
-\authoraddress{\email{amk1@bigfoot.com}}
+\authoraddress{\email{akuchlin@mems-exchange.org}}
 \begin{document}
 \maketitle\tableofcontents
 
 {\large This document is a draft, and is subject to change until the
 final version of Python 2.2 is released.  Currently it's not up to
 date at all.  Please send any comments, bug reports, or questions, no
-matter how minor, to \email{amk1@bigfoot.com}.  }
+matter how minor, to \email{akuchlin@mems-exchange.org}.  }
 
-This article explains the new features in Python 2.2.  
-Python 2.2 includes some significant changes that go far toward cleaning up
-the language's darkest corners.
+This article explains the new features in Python 2.2.  Python 2.2
+includes some significant changes that go far toward cleaning up the
+language's darkest corners, and some exciting new features.
 
 This article doesn't attempt to provide a complete specification for
 the new features, but instead provides a convenient overview of the
@@ -55,16 +55,19 @@ Tim Peters.}
 \end{seealso}
 
 %======================================================================
-\section{PEP 252: Type and Class Changes}
+% It looks like this set of changes isn't going to be getting into 2.2,
+% unless someone plans to merge the descr-branch back into the mainstream
+% very quickly.
+%\section{PEP 252: Type and Class Changes}
 
-XXX
+%XXX
 
-\begin{seealso}
+%\begin{seealso}
 
-\seepep{252}{Making Types Look More Like Classes}{Written and implemented 
-by GvR.}
+%\seepep{252}{Making Types Look More Like Classes}{Written and implemented 
+%by GvR.}
 
-\end{seealso}
+%\end{seealso}
 
 %======================================================================
 \section{Unicode Changes}
@@ -81,7 +84,7 @@ and following thread.
 
 \begin{itemize}
 
-  \item XXX
+  \item xmlrpclib added to standard library.
 
 \end{itemize}