[Python-checkins] python/nondist/peps pep-0000.txt,1.328,1.329

gvanrossum@users.sourceforge.net gvanrossum at users.sourceforge.net
Sun Jun 26 16:10:54 CEST 2005


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

Modified Files:
	pep-0000.txt 
Log Message:
Correct title (again!) and authorship of PEP 342.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- pep-0000.txt	20 Jun 2005 02:27:22 -0000	1.328
+++ pep-0000.txt	26 Jun 2005 14:10:44 -0000	1.329
@@ -105,7 +105,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 Iterators            GvR
+ S   342  Coroutines via Enhanced Generators           GvR, Eby
  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 Iterators            GvR
+ S   342  Coroutines via Enhanced Generators           GvR, Eby
  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



More information about the Python-checkins mailing list