From 2a5cf9752637472b436190caf3623313af89a0d4 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 3 Apr 2002 03:36:47 +0000 Subject: [PATCH] Update the PEP URL format to point to python.org. (This affects exactly one link on the release21-maint branch.) --- Doc/perl/python.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 21f31e77a6ca..529ceb9c5ba3 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -286,7 +286,7 @@ sub do_cmd_manpage{ return "$page($section)" . $_; } -$PEP_FORMAT = "http://python.sourceforge.net/peps/pep-XXXX.html"; +$PEP_FORMAT = "http://www.python.org/peps/pep-XXXX.html"; $RFC_FORMAT = "http://www.ietf.org/rfc/rfcXXXX.txt"; sub get_rfc_url($$){ -- 2.47.3