diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-22 00:52:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-22 00:52:42 (GMT) |
commit | 700c890631fd7642feb2d2a3fb25cd98848d672b (patch) | |
tree | 40774e036b6b5c638ce7a2ac460c1ae30e8526e7 /Doc | |
parent | ef13949e0059a2b1e6fd88298b73668e5cdf8c83 (diff) | |
download | cpython-700c890631fd7642feb2d2a3fb25cd98848d672b.zip cpython-700c890631fd7642feb2d2a3fb25cd98848d672b.tar.gz cpython-700c890631fd7642feb2d2a3fb25cd98848d672b.tar.bz2 |
Avoid a few 301 permanent redirects.
Part of SF patch #773007.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew21.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex index 6c62c1b..7fade37 100644 --- a/Doc/whatsnew/whatsnew21.tex +++ b/Doc/whatsnew/whatsnew21.tex @@ -576,7 +576,7 @@ operations will now be processed at the C level.} A common complaint from Python users is that there's no single catalog of all the Python modules in existence. T.~Middleton's Vaults of -Parnassus at \url{http://www.vex.net/parnassus} are the largest +Parnassus at \url{http://www.vex.net/parnassus/} are the largest catalog of Python modules, but registering software at the Vaults is optional, and many people don't bother. @@ -599,7 +599,7 @@ you're not using Python 2.1, since a new release of the Distutils will be made for users of earlier Python versions. Version 1.0.2 of the Distutils includes the changes described in PEP 241, as well as various bugfixes and enhancements. It will be available from -the Distutils SIG at \url{http://www.python.org/sigs/distutils-sig}. +the Distutils SIG at \url{http://www.python.org/sigs/distutils-sig/}. % XXX update when I actually release 1.0.2 @@ -797,7 +797,7 @@ for line in sys.stdin.xreadlines(): For a fuller discussion of the line I/O changes, see the python-dev summary for January 1-15, 2001 at -\url{http://www.amk.ca/python/dev/2001-01-1.html}. +\url{http://www.python.org/dev/summary/2001-01-1.html}. \item A new method, \method{popitem()}, was added to dictionaries to enable destructively iterating through the contents of a dictionary; |