mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Note addition of xmlrpclib
Comment out descr-branch section Update e-mail address (Time to begin writing this...)
This commit is contained in:
parent
9bbc933fcb
commit
7bf8277e98
1 changed files with 15 additions and 12 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue