[Python-checkins] python/nondist/peps pep-0000.txt, 1.313, 1.314 pep-0342.txt, 1.3, 1.4

gvanrossum@users.sourceforge.net gvanrossum at users.sourceforge.net
Tue Jun 14 17:14:20 CEST 2005


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

Modified Files:
	pep-0000.txt pep-0342.txt 
Log Message:
Fix/unify PEP 342's title.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- pep-0000.txt	14 Jun 2005 02:21:33 -0000	1.313
+++ pep-0000.txt	14 Jun 2005 15:14:01 -0000	1.314
@@ -118,7 +118,7 @@
  S   337  Logging Usage in the Standard Library        Dubner
  S   338  Executing modules inside packages with '-m'  Coghlan
  S   341  Unifying try-except and try-finally          Birkenfeld
- S   342  Coroutines via Enhanced Generators           GvR
+ S   342  Coroutines via Enhanced Iterators            GvR
  S   343  Anonymous Block Redux and Generator Enhancements  GvR
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
@@ -383,7 +383,7 @@
  I   339  How to Change CPython's Bytecode             Cannon
  SR  340  Anonymous Block Statements                   GvR
  S   341  Unifying try-except and try-finally          Birkenfeld
- S   342  Coroutines via Enhanced Generators           GvR
+ S   342  Coroutines via Enhanced Iterators            GvR
  S   343  Anonymous Block Redux and Generator Enhancements  GvR
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones

Index: pep-0342.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0342.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pep-0342.txt	14 Jun 2005 01:30:57 -0000	1.3
+++ pep-0342.txt	14 Jun 2005 15:14:01 -0000	1.4
@@ -24,7 +24,7 @@
 
     Update: at this point I'm leaning towards preferring next() over
     __next__() again, but I've no time to update the PEP right now.
-    I've changed the title to Coroutines via Enhanced Generators at
+    I've changed the title to Coroutines via Enhanced Iterators at
     Timothy Delaney's suggestion.
 
 Motivation and Summary



More information about the Python-checkins mailing list