[Python-checkins] python/nondist/peps pep-0000.txt,1.179,1.180

akuchling@sourceforge.net akuchling@sourceforge.net
Tue, 16 Apr 2002 14:26:05 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Rename PEP 272


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.179
retrieving revision 1.180
diff -C2 -d -r1.179 -r1.180
*** pep-0000.txt	11 Apr 2002 15:34:19 -0000	1.179
--- pep-0000.txt	16 Apr 2002 21:26:01 -0000	1.180
***************
*** 48,52 ****
   I   248  Python Database API Specification v1.0       Lemburg
   I   249  Python Database API Specification v2.0       Lemburg
!  I   272  API for Secret-Key Encryption Algorithms     Kuchling
  
   Accepted PEPs (accepted; may not be implemented yet)
--- 48,52 ----
   I   248  Python Database API Specification v1.0       Lemburg
   I   249  Python Database API Specification v2.0       Lemburg
!  I   272  API for Block Encryption Algorithms          Kuchling
  
   Accepted PEPs (accepted; may not be implemented yet)
***************
*** 250,254 ****
   S   270  uniq method for list objects                 Petrone
   SR  271  Prefixing sys.path by command line option    Giacometti
!  I   272  API for Secret-Key Encryption Algorithms     Kuchling
   S   273  Import Modules from Zip Archives             Ahlstrom
   S   274  Dict Comprehensions                          Warsaw
--- 250,254 ----
   S   270  uniq method for list objects                 Petrone
   SR  271  Prefixing sys.path by command line option    Giacometti
!  I   272  API for Block Encryption Algorithms          Kuchling
   S   273  Import Modules from Zip Archives             Ahlstrom
   S   274  Dict Comprehensions                          Warsaw