|
From: A.M. K. <aku...@us...> - 2001-07-11 18:54:29
|
Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv25953
Modified Files:
python-22.tex
Log Message:
Note addition of xmlrpclib
Comment out descr-branch section
Update e-mail address
(Time to begin writing this...)
Index: python-22.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** python-22.tex 2001/06/27 20:32:12 1.3
--- python-22.tex 2001/07/11 18:54:26 1.4
***************
*** 6,10 ****
\release{0.01}
\author{A.M. Kuchling}
! \authoraddress{\email{am...@bi...}}
\begin{document}
\maketitle\tableofcontents
--- 6,10 ----
\release{0.01}
\author{A.M. Kuchling}
! \authoraddress{\email{aku...@me...}}
\begin{document}
\maketitle\tableofcontents
***************
*** 15,23 ****
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{am...@bi...}. }
! 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 doesn't attempt to provide a complete specification for
--- 15,23 ----
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{aku...@me...}. }
! 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
***************
*** 56,69 ****
%======================================================================
! \section{PEP 252: Type and Class Changes}
! XXX
! \begin{seealso}
! \seepep{252}{Making Types Look More Like Classes}{Written and implemented
! by GvR.}
! \end{seealso}
%======================================================================
--- 56,72 ----
%======================================================================
! % 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
! %\begin{seealso}
! %\seepep{252}{Making Types Look More Like Classes}{Written and implemented
! %by GvR.}
! %\end{seealso}
%======================================================================
***************
*** 82,86 ****
\begin{itemize}
! \item XXX
\end{itemize}
--- 85,89 ----
\begin{itemize}
! \item xmlrpclib added to standard library.
\end{itemize}
|