diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-03 02:47:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-03 02:47:14 (GMT) |
commit | dbfe768f66d7ef2c90bcb3cbc3f4c0763f1d0361 (patch) | |
tree | 3a27c209aee0e98c071828aeae8f9b6248006a15 /Doc/perl | |
parent | d464107ecf7c53b9a447dd649408bb9900e410ae (diff) | |
download | cpython-dbfe768f66d7ef2c90bcb3cbc3f4c0763f1d0361.zip cpython-dbfe768f66d7ef2c90bcb3cbc3f4c0763f1d0361.tar.gz cpython-dbfe768f66d7ef2c90bcb3cbc3f4c0763f1d0361.tar.bz2 |
Update the PEP URL format to point to python.org.
Diffstat (limited to 'Doc/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 92cf655..62c8dc6 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -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"; |