[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.98.2.4,1.98.2.5

Fred L. Drake fdrake@users.sourceforge.net
Tue, 02 Apr 2002 19:36:50 -0800


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

Modified Files:
      Tag: release21-maint
	python.perl 
Log Message:
Update the PEP URL format to point to python.org.
(This affects exactly one link on the release21-maint branch.)

Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.98.2.4
retrieving revision 1.98.2.5
diff -C2 -d -r1.98.2.4 -r1.98.2.5
*** python.perl	13 Mar 2002 02:46:17 -0000	1.98.2.4
--- python.perl	3 Apr 2002 03:36:47 -0000	1.98.2.5
***************
*** 287,291 ****
  }
  
! $PEP_FORMAT = "http://python.sourceforge.net/peps/pep-XXXX.html";
  $RFC_FORMAT = "http://www.ietf.org/rfc/rfcXXXX.txt";
  
--- 287,291 ----
  }
  
! $PEP_FORMAT = "http://www.python.org/peps/pep-XXXX.html";
  $RFC_FORMAT = "http://www.ietf.org/rfc/rfcXXXX.txt";