Update the PEP URL format to point to python.org.

This commit is contained in:
Fred Drake 2002-04-03 02:47:14 +00:00
parent d464107ecf
commit dbfe768f66
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ sub do_cmd_manpage{
return "<span class=\"manpage\"><i>$page</i>($section)</span>" . $_;
}
$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";