[Python-checkins] CVS: python/nondist/peps pep-0245.txt,1.2,1.3

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 21 Mar 2001 15:21:51 -0800


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

Modified Files:
	pep-0245.txt 
Log Message:
minor nits


Index: pep-0245.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0245.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pep-0245.txt	2001/03/21 21:50:48	1.2
--- pep-0245.txt	2001/03/21 23:21:49	1.3
***************
*** 50,53 ****
--- 50,54 ----
      see[5].
  
+ 
  The Problem
  
***************
*** 1007,1010 ****
--- 1008,1012 ----
      This PEP proposes adding one new keyword to the Python language,
      `interface'.  This will break code.
+ 
  
  Open Issues