[Python-checkins] r45581 - python/trunk/Doc/whatsnew/whatsnew25.tex
andrew.kuchling
python-checkins at python.org
Thu Apr 20 15:39:41 CEST 2006
Author: andrew.kuchling
Date: Thu Apr 20 15:39:40 2006
New Revision: 45581
Modified:
python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Argh, make another markup fix
Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex (original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex Thu Apr 20 15:39:40 2006
@@ -1821,7 +1821,7 @@
\item The largest change to the C API came from \pep{353},
which modifies the interpreter to use a \ctype{Py_ssize_t} type
definition instead of \ctype{int}. See the earlier
-section~ref{section-353} for a discussion of this change.
+section~\ref{section-353} for a discussion of this change.
\item The design of the bytecode compiler has changed a great deal, to
no longer generate bytecode by traversing the parse tree. Instead
More information about the Python-checkins
mailing list