diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-02-07 20:22:33 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-02-07 20:22:33 (GMT) |
commit | b8a3905112bffc6ecefc1cd969c3a71f10f3deef (patch) | |
tree | b0b7c4e3ea466382ebdfe58a49b7ea7e42ed2153 /Doc | |
parent | 4d933fe392c683990f6c73f4ce23bc845a896b79 (diff) | |
download | cpython-b8a3905112bffc6ecefc1cd969c3a71f10f3deef.zip cpython-b8a3905112bffc6ecefc1cd969c3a71f10f3deef.tar.gz cpython-b8a3905112bffc6ecefc1cd969c3a71f10f3deef.tar.bz2 |
Update URL
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
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 |