summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-02-07 20:22:33 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-02-07 20:22:33 (GMT)
commitb8a3905112bffc6ecefc1cd969c3a71f10f3deef (patch)
treeb0b7c4e3ea466382ebdfe58a49b7ea7e42ed2153 /Doc/whatsnew
parent4d933fe392c683990f6c73f4ce23bc845a896b79 (diff)
downloadcpython-b8a3905112bffc6ecefc1cd969c3a71f10f3deef.zip
cpython-b8a3905112bffc6ecefc1cd969c3a71f10f3deef.tar.gz
cpython-b8a3905112bffc6ecefc1cd969c3a71f10f3deef.tar.bz2
Update URL
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew23.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 8540213..941f4aa 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -1081,7 +1081,7 @@ Dylan''}{http://www.webcom.com/haahr/dylan/linearization-oopsla96.html}.
To understand the motivation for this change,
read Michele Simionato's article
\ulink{``Python 2.3 Method Resolution Order''}
- {http://www.phyast.pitt.edu/\textasciitilde micheles/mro.html}, or
+ {http://www.python.org/2.3/mro.html}, or
read the thread on python-dev starting with the message at
\url{http://mail.python.org/pipermail/python-dev/2002-October/029035.html}.
Samuele Pedroni first pointed out the problem and also implemented the