[Python-checkins] peps: Added myself as PEP 479 co-author.

guido.van.rossum python-checkins at python.org
Fri Nov 21 19:53:22 CET 2014


https://hg.python.org/peps/rev/aef3daffdeb0
changeset:   5610:aef3daffdeb0
user:        Guido van Rossum <guido at python.org>
date:        Fri Nov 21 10:53:13 2014 -0800
summary:
  Added myself as PEP 479 co-author.

files:
  pep-0479.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0479.txt b/pep-0479.txt
--- a/pep-0479.txt
+++ b/pep-0479.txt
@@ -2,7 +2,7 @@
 Title: Change StopIteration handling inside generators
 Version: $Revision$
 Last-Modified: $Date$
-Author: Chris Angelico <rosuav at gmail.com>
+Author: Chris Angelico <rosuav at gmail.com>, Guido van Rossum <guido at python.org>
 Status: Draft
 Type: Standards Track
 Content-Type: text/x-rst

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list