Commit 87c9ebf7 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Use \ulink instead of \citetitle; bump version number

parent 97c6dba6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
% $Id$ % $Id$
\title{What's New in Python 2.3} \title{What's New in Python 2.3}
\release{0.03} \release{0.04}
\author{A.M. Kuchling} \author{A.M. Kuchling}
\authoraddress{\email{amk@amk.ca}} \authoraddress{\email{amk@amk.ca}}
...@@ -520,8 +520,8 @@ With all of these features the \module{logging} package should provide ...@@ -520,8 +520,8 @@ With all of these features the \module{logging} package should provide
enough flexibility for even the most complicated applications. This enough flexibility for even the most complicated applications. This
is only a partial overview of the \module{logging} package's features, is only a partial overview of the \module{logging} package's features,
so please see the so please see the
\citetitle[http://www.python.org/dev/doc/devel/lib/module-logging.html]{\module{logging} \ulink{\module{logging} package's reference documentation}{http://www.python.org/dev/doc/devel/lib/module-logging.html}
package's reference documentation} for all of the details. Reading for all of the details. Reading
\pep{282} will also be helpful. \pep{282} will also be helpful.
...@@ -857,10 +857,10 @@ changed, though you'll only notice the difference if you have a really ...@@ -857,10 +857,10 @@ changed, though you'll only notice the difference if you have a really
complicated inheritance hierarchy. (Classic classes are unaffected by complicated inheritance hierarchy. (Classic classes are unaffected by
this change.) Python 2.2 originally used a topological sort of a this change.) Python 2.2 originally used a topological sort of a
class's ancestors, but 2.3 now uses the C3 algorithm as described in class's ancestors, but 2.3 now uses the C3 algorithm as described in
\citetitle[http://www.webcom.com/haahr/dylan/linearization-oopsla96.html]{``A the paper \ulink{``A Monotonic Superclass Linearization for
Monotonic Superclass Linearization for Dylan''}. To understand the Dylan''}{http://www.webcom.com/haahr/dylan/linearization-oopsla96.html}.
motivation for this change, read the thread on python-dev starting To understand the motivation for this change, read the thread on
with the message at python-dev starting with the message at
\url{http://mail.python.org/pipermail/python-dev/2002-October/029035.html}. \url{http://mail.python.org/pipermail/python-dev/2002-October/029035.html}.
Samuele Pedroni first pointed out the problem and also implemented the Samuele Pedroni first pointed out the problem and also implemented the
fix by coding the C3 algorithm. fix by coding the C3 algorithm.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment