From dbfe768f66d7ef2c90bcb3cbc3f4c0763f1d0361 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 3 Apr 2002 02:47:14 +0000 Subject: Update the PEP URL format to point to python.org. --- Doc/perl/python.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 92cf655..62c8dc6 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"; -- cgit v0.12