[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.162,1.163

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 07 Mar 2002 12:02:11 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
Don't mention a specific Python version.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.162
retrieving revision 1.163
diff -C2 -d -r1.162 -r1.163
*** pep-0000.txt	7 Mar 2002 19:21:11 -0000	1.162
--- pep-0000.txt	7 Mar 2002 20:02:09 -0000	1.163
***************
*** 45,54 ****
   I   272  API for Secret-Key Encryption Algorithms     Kuchling
  
!  Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
  
   S   252  Making Types Look More Like Classes          van Rossum
   S   253  Subtyping Built-in Types                     van Rossum
  
!  Open PEPs (under consideration for Python 2.3)
  
   I    42  Small Feature Requests                       Hylton
--- 45,54 ----
   I   272  API for Secret-Key Encryption Algorithms     Kuchling
  
!  Accepted PEPs (accepted; may not be implemented yet)
  
   S   252  Making Types Look More Like Classes          van Rossum
   S   253  Subtyping Built-in Types                     van Rossum
  
!  Open PEPs (under consideration)
  
   I    42  Small Feature Requests                       Hylton