From: Fred Drake Date: Wed, 3 Apr 2002 03:36:47 +0000 (+0000) Subject: Update the PEP URL format to point to python.org. X-Git-Tag: v2.1.3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5cf9752637472b436190caf3623313af89a0d4;p=thirdparty%2FPython%2Fcpython.git Update the PEP URL format to point to python.org. (This affects exactly one link on the release21-maint branch.) --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 21f31e77a6ca..529ceb9c5ba3 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -286,7 +286,7 @@ sub do_cmd_manpage{ return "$page($section)" . $_; } -$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($$){