[Python-checkins] python/nondist/peps pep-0000.txt,1.223,1.224

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Thu, 23 Jan 2003 09:26:05 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv23505

Modified Files:
	pep-0000.txt 
Log Message:
add pep 304


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.223
retrieving revision 1.224
diff -C2 -d -r1.223 -r1.224
*** pep-0000.txt	31 Dec 2002 16:06:42 -0000	1.223
--- pep-0000.txt	23 Jan 2003 17:25:59 -0000	1.224
***************
*** 106,109 ****
--- 106,110 ----
   S   302  New Import Hooks                             JvR
   S   303  Extend divmod() for Multiple Divisors        Bellman
+  S   304  Controlling generation of bytecode files     Montanaro
  
   Finished PEPs (done, implemented in CVS)
***************
*** 299,302 ****
--- 300,304 ----
   S   302  New Import Hooks                             JvR
   S   303  Extend divmod() for Multiple Divisors        Bellman
+  S   304  Controlling generation of bytecode files     Montanaro
   SR  666  Reject Foolish Indentation                   Creighton