[Python-checkins] CVS: python/nondist/peps pep-0006.txt,1.5,1.6

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 05 Jul 2001 11:50:30 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv29368

Modified Files:
	pep-0006.txt 
Log Message:
Use new acceptable practices for PEP references.


Index: pep-0006.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0006.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** pep-0006.txt	2001/06/05 16:39:11	1.5
--- pep-0006.txt	2001/07/05 18:50:28	1.6
***************
*** 143,149 ****
      [1] http://dev.scriptics.com:8080/cgi-bin/tct/tip/28.html
  
!     [2] http://python.sourceforge.net/peps/pep-0003.html
  
!     [3] http://python.sourceforge.net/peps/pep-0235.html
  
  
--- 143,151 ----
      [1] http://dev.scriptics.com:8080/cgi-bin/tct/tip/28.html
  
!     [2] PEP 3, Guidelines for Handling Bug Reports, Hylton
!         http://www.python.org/peps/pep-0003.html
  
!     [3] PEP 235, Import on Case-Insensitive Platforms, Peters
!         http://www.python.org/peps/pep-0235.html