Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9546772

Browse files
committed
Correct Moshe's e-mail address
Point to PEP 100 for MAL's Unicode proposal Fix URL for XML HOWTO Bump version number
1 parent 2a15980 commit 9546772

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

Doc/whatsnew/whatsnew20.tex

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
% $Id$
44

55
\title{What's New in Python 2.0}
6-
\release{1.01}
6+
\release{1.02}
77
\author{A.M. Kuchling and Moshe Zadka}
8-
\authoraddress{\email{[email protected]}, \email{moshez@math.huji.ac.il} }
8+
\authoraddress{\email{[email protected]}, \email{moshez@twistedmatrix.com} }
99
\begin{document}
1010
\maketitle\tableofcontents
1111

@@ -152,11 +152,9 @@ \section{Unicode}
152152
countless often-stormy discussions on the python-dev mailing list, and
153153
mostly implemented by Marc-Andr\'e Lemburg, based on a Unicode string
154154
type implementation by Fredrik Lundh. A detailed explanation of the
155-
interface is in the file \file{Misc/unicode.txt} in the Python source
156-
distribution; it's also available on the Web at
157-
\url{http://starship.python.net/crew/lemburg/unicode-proposal.txt}.
158-
This article will simply cover the most significant points about the Unicode
159-
interfaces.
155+
interface was written up as \pep{100}, ``Python Unicode Integration''.
156+
This article will simply cover the most significant points about the
157+
Unicode interfaces.
160158

161159
In Python source code, Unicode strings are written as
162160
\code{u"string"}. Arbitrary Unicode characters can be written using a
@@ -1034,7 +1032,7 @@ \subsection{SAX2 Support}
10341032
\end{verbatim}
10351033
10361034
For more information, consult the Python documentation, or the XML
1037-
HOWTO at \url{http://www.python.org/doc/howto/xml/}.
1035+
HOWTO at \url{http://pyxml.sourceforge.net/topics/howto/xml-howto.html}.
10381036
10391037
\subsection{DOM Support}
10401038

0 commit comments

Comments
 (0)