[Python-checkins] python/nondist/peps pep-0000.txt,1.302,1.303

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Wed Apr 27 09:26:57 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11525

Modified Files:
	pep-0000.txt 
Log Message:
Add PEP 340.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- pep-0000.txt	20 Mar 2005 18:30:12 -0000	1.302
+++ pep-0000.txt	27 Apr 2005 07:26:55 -0000	1.303
@@ -117,6 +117,7 @@
  S   336  Make None Callable                           McClelland
  S   337  Logging Usage in the Standard Library        Dubner
  S   338  Executing modules inside packages with '-m'  Coghlan
+ S   340  Anonymous Block Statements                   GvR
  S   754  IEEE 754 Floating Point Special Values       Warnes
 
  Finished PEPs (done, implemented in CVS)
@@ -374,6 +375,7 @@
  S   337  Logging Usage in the Standard Library        Dubner
  S   338  Executing modules inside packages with '-m'  Coghlan
  I   339  How to Change CPython's Bytecode             Cannon
+ S   340  Anonymous Block Statements                   GvR
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  I  3000  Python 3.0 Plans                             Kuchling, Cannon



More information about the Python-checkins mailing list