]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the PEP URL format to point to python.org.
authorFred Drake <fdrake@acm.org>
Wed, 3 Apr 2002 03:36:47 +0000 (03:36 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 Apr 2002 03:36:47 +0000 (03:36 +0000)
(This affects exactly one link on the release21-maint branch.)

Doc/perl/python.perl

index 21f31e77a6ca0afbabd6d640a986b7e93470d4ac..529ceb9c5ba3c4b1f5f9b8bd57b5f15581afb23e 100644 (file)
@@ -286,7 +286,7 @@ sub do_cmd_manpage{
     return "<span class='manpage'><i>$page</i>($section)</span>" . $_;
 }
 
-$PEP_FORMAT = "http://python.sourceforge.net/peps/pep-XXXX.html";
+$PEP_FORMAT = "http://www.python.org/peps/pep-XXXX.html";
 $RFC_FORMAT = "http://www.ietf.org/rfc/rfcXXXX.txt";
 
 sub get_rfc_url($$){