diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-03 02:46:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-03 02:46:17 (GMT) |
commit | 6510acec5c7875c7885cfe6d7fd0ca2fba6f61da (patch) | |
tree | b75d83cddeaf3bd9f3e3a2ef97ea025371df2bef /Doc/perl/python.perl | |
parent | f82ba5bf55d80136db20bf5e65d577f3fec46c27 (diff) | |
download | cpython-6510acec5c7875c7885cfe6d7fd0ca2fba6f61da.zip cpython-6510acec5c7875c7885cfe6d7fd0ca2fba6f61da.tar.gz cpython-6510acec5c7875c7885cfe6d7fd0ca2fba6f61da.tar.bz2 |
Update the PEP URL format to point to python.org.
Diffstat (limited to 'Doc/perl/python.perl')
-rw-r--r-- | Doc/perl/python.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index e54015d..f162685 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -322,7 +322,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"; |