summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-07-11 18:54:26 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-07-11 18:54:26 (GMT)
commit7bf8277e98bf96d4459052951f403ce89208d257 (patch)
tree85fbf47974cbdd7077a6a6c88145ef2a15d2ff0c /Doc/whatsnew
parent9bbc933fcb5215ca5451554514b556af2da0c62d (diff)
downloadcpython-7bf8277e98bf96d4459052951f403ce89208d257.zip
cpython-7bf8277e98bf96d4459052951f403ce89208d257.tar.gz
cpython-7bf8277e98bf96d4459052951f403ce89208d257.tar.bz2
Note addition of xmlrpclib
Comment out descr-branch section Update e-mail address (Time to begin writing this...)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew22.tex27
1 files changed, 15 insertions, 12 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex
index ae9bdc3..3ebb803 100644
--- a/Doc/whatsnew/whatsnew22.tex
+++ b/Doc/whatsnew/whatsnew22.tex
@@ -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
@@ -14,11 +14,11 @@
{\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}