@@ -576,7 +576,7 @@ \section{PEP 241: Metadata in Python Packages}
576576
577577A common complaint from Python users is that there's no single catalog
578578of 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
580580catalog of Python modules, but registering software at the Vaults is
581581optional, and many people don't bother.
582582
@@ -599,7 +599,7 @@ \section{PEP 241: Metadata in Python Packages}
599599be made for users of earlier Python versions. Version 1.0.2 of the
600600Distutils includes the changes described in PEP 241, as well as
601601various 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
798798For a fuller discussion of the line I/O changes, see the python-dev
799799summary 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
803803enable destructively iterating through the contents of a dictionary;
0 commit comments