[Python-checkins] python/dist/src/Doc/whatsnew whatsnew20.tex,1.45,1.46
akuchling@sourceforge.net
akuchling@sourceforge.net
2002年5月02日 07:48:28 -0700
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv32617
Modified Files:
whatsnew20.tex
Log Message:
Correct Moshe's e-mail address
Point to PEP 100 for MAL's Unicode proposal
Fix URL for XML HOWTO
Bump version number
Index: whatsnew20.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew20.tex,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** whatsnew20.tex 2 May 2002 14:37:14 -0000 1.45
--- whatsnew20.tex 2 May 2002 14:48:26 -0000 1.46
***************
*** 4,10 ****
\title{What's New in Python 2.0}
! \release{1.01}
\author{A.M. Kuchling and Moshe Zadka}
! \authoraddress{\email{akuchlin@mems-exchange.org}, \email{moshez@math.huji.ac.il} }
\begin{document}
\maketitle\tableofcontents
--- 4,10 ----
\title{What's New in Python 2.0}
! \release{1.02}
\author{A.M. Kuchling and Moshe Zadka}
! \authoraddress{\email{akuchlin@mems-exchange.org}, \email{moshez@twistedmatrix.com} }
\begin{document}
\maketitle\tableofcontents
***************
*** 153,161 ****
mostly implemented by Marc-Andr\'e Lemburg, based on a Unicode string
type implementation by Fredrik Lundh. A detailed explanation of the
! interface is in the file \file{Misc/unicode.txt} in the Python source
! distribution; it's also available on the Web at
! \url{http://starship.python.net/crew/lemburg/unicode-proposal.txt}.
! This article will simply cover the most significant points about the Unicode
! interfaces.
In Python source code, Unicode strings are written as
--- 153,159 ----
mostly implemented by Marc-Andr\'e Lemburg, based on a Unicode string
type implementation by Fredrik Lundh. A detailed explanation of the
! interface was written up as \pep{100}, ``Python Unicode Integration''.
! This article will simply cover the most significant points about the
! Unicode interfaces.
In Python source code, Unicode strings are written as
***************
*** 1035,1039 ****
For more information, consult the Python documentation, or the XML
! HOWTO at \url{http://www.python.org/doc/howto/xml/}.
\subsection{DOM Support}
--- 1033,1037 ----
For more information, consult the Python documentation, or the XML
! HOWTO at \url{http://pyxml.sourceforge.net/topics/howto/xml-howto.html}.
\subsection{DOM Support}