Commit dbfe768f authored by Fred Drake's avatar Fred Drake

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

parent d464107e
...@@ -324,7 +324,7 @@ sub do_cmd_manpage{ ...@@ -324,7 +324,7 @@ sub do_cmd_manpage{
return "<span class=\"manpage\"><i>$page</i>($section)</span>" . $_; 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.ietf.org/rfc/rfc%04d.txt";
$RFC_FORMAT = "http://www.faqs.org/rfcs/rfc%d.html"; $RFC_FORMAT = "http://www.faqs.org/rfcs/rfc%d.html";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment