|
3 | 3 | % $Id$ |
4 | 4 |
|
5 | 5 | \title{What's New in Python 2.0} |
6 | | -\release{1.01} |
| 6 | +\release{1.02} |
7 | 7 | \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} } |
9 | 9 | \begin{document} |
10 | 10 | \maketitle\tableofcontents |
11 | 11 |
|
@@ -152,11 +152,9 @@ \section{Unicode} |
152 | 152 | countless often-stormy discussions on the python-dev mailing list, and |
153 | 153 | mostly implemented by Marc-Andr\'e Lemburg, based on a Unicode string |
154 | 154 | 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. |
160 | 158 |
|
161 | 159 | In Python source code, Unicode strings are written as |
162 | 160 | \code{u"string"}. Arbitrary Unicode characters can be written using a |
@@ -1034,7 +1032,7 @@ \subsection{SAX2 Support} |
1034 | 1032 | \end{verbatim} |
1035 | 1033 |
|
1036 | 1034 | 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}. |
1038 | 1036 |
|
1039 | 1037 | \subsection{DOM Support} |
1040 | 1038 |
|
|
0 commit comments