[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.119,1.120

Fred L. Drake fdrake@users.sourceforge.net
Tue, 02 Apr 2002 18:47:16 -0800


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv13335/perl

Modified Files:
	python.perl 
Log Message:
Update the PEP URL format to point to python.org.

Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -d -r1.119 -r1.120
*** python.perl	15 Mar 2002 23:21:37 -0000	1.119
--- python.perl	3 Apr 2002 02:47:14 -0000	1.120
***************
*** 325,329 ****
  }
  
! $PEP_FORMAT = "http://python.sourceforge.net/peps/pep-%04d.html";
  #$RFC_FORMAT = "http://www.ietf.org/rfc/rfc%04d.txt";
  $RFC_FORMAT = "http://www.faqs.org/rfcs/rfc%d.html";
--- 325,329 ----
  }
  
! $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";