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

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 25 Oct 2001 09:04:40 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Oops, PEP 273 is a Standards Track PEP


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** pep-0000.txt	2001/10/25 16:02:58	1.138
--- pep-0000.txt	2001/10/25 16:04:38	1.139
***************
*** 84,88 ****
   S   269  Pgen Module for Python                       Riehl
   S   270  uniq method for list objects                 Petrone
!  I   273  Import Modules from Zip Archives             Ahlstrom
  
   Finished PEPs (done, implemented in CVS)
--- 84,88 ----
   S   269  Pgen Module for Python                       Riehl
   S   270  uniq method for list objects                 Petrone
!  S   273  Import Modules from Zip Archives             Ahlstrom
  
   Finished PEPs (done, implemented in CVS)
***************
*** 226,230 ****
   SR  271  Prefixing sys.path by command line option    Giacometti
   I   272  API for Secret-Key Encryption Algorithms     Kuchling
!  I   273  Import Modules from Zip Archives             Ahlstrom
  
  
--- 226,230 ----
   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