From: Fred Drake Date: Wed, 3 Apr 2002 02:47:14 +0000 (+0000) Subject: Update the PEP URL format to point to python.org. X-Git-Tag: v2.3c1~6160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbfe768f66d7ef2c90bcb3cbc3f4c0763f1d0361;p=python Update the PEP URL format to point to python.org. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 92cf65564d..62c8dc6484 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -324,7 +324,7 @@ sub do_cmd_manpage{ return "$page($section)" . $_; } -$PEP_FORMAT = "http://python.sourceforge.net/peps/pep-%04d.html"; +$PEP_FORMAT = "http://www.python.org/peps/pep-%04d.html"; #$RFC_FORMAT = "http://www.ietf.org/rfc/rfc%04d.txt"; $RFC_FORMAT = "http://www.faqs.org/rfcs/rfc%d.html";