From: Fred Drake Date: Wed, 3 Apr 2002 02:46:17 +0000 (+0000) Subject: Update the PEP URL format to point to python.org. X-Git-Tag: v2.2.1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6510acec5c7875c7885cfe6d7fd0ca2fba6f61da;p=thirdparty%2FPython%2Fcpython.git Update the PEP URL format to point to python.org. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index e54015dc5bf7..f162685dd606 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -322,7 +322,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";