mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
Update the PEP URL format to point to python.org.
This commit is contained in:
parent
d464107ecf
commit
dbfe768f66
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue