Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 700c890

Browse files
committed
Avoid a few 301 permanent redirects.
Part of SF patch #773007.
1 parent ef13949 commit 700c890

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/whatsnew/whatsnew21.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ \section{PEP 241: Metadata in Python Packages}
576576
577577
A common complaint from Python users is that there's no single catalog
578578
of all the Python modules in existence. T.~Middleton's Vaults of
579-
Parnassus at \url{http://www.vex.net/parnassus} are the largest
579+
Parnassus at \url{http://www.vex.net/parnassus/} are the largest
580580
catalog of Python modules, but registering software at the Vaults is
581581
optional, and many people don't bother.
582582
@@ -599,7 +599,7 @@ \section{PEP 241: Metadata in Python Packages}
599599
be made for users of earlier Python versions. Version 1.0.2 of the
600600
Distutils includes the changes described in PEP 241, as well as
601601
various bugfixes and enhancements. It will be available from
602-
the Distutils SIG at \url{http://www.python.org/sigs/distutils-sig}.
602+
the Distutils SIG at \url{http://www.python.org/sigs/distutils-sig/}.
603603
604604
% XXX update when I actually release 1.0.2
605605
@@ -797,7 +797,7 @@ \section{Other Changes and Fixes}
797797
798798
For a fuller discussion of the line I/O changes, see the python-dev
799799
summary for January 1-15, 2001 at
800-
\url{http://www.amk.ca/python/dev/2001-01-1.html}.
800+
\url{http://www.python.org/dev/summary/2001-01-1.html}.
801801
802802
\item A new method, \method{popitem()}, was added to dictionaries to
803803
enable destructively iterating through the contents of a dictionary;

0 commit comments

Comments
 (0)