[Python-checkins] r68056 - in peps/trunk: pep-0293.txt pep-0305.txt pep-0318.txt pep-0336.txt pep-3116.txt

benjamin.peterson python-checkins at python.org
Tue Dec 30 04:48:55 CET 2008


Author: benjamin.peterson
Date: Tue Dec 30 04:48:55 2008
New Revision: 68056

Log:
add people's emails to their peps (from pep 0)

Modified:
   peps/trunk/pep-0293.txt
   peps/trunk/pep-0305.txt
   peps/trunk/pep-0318.txt
   peps/trunk/pep-0336.txt
   peps/trunk/pep-3116.txt

Modified: peps/trunk/pep-0293.txt
==============================================================================
--- peps/trunk/pep-0293.txt	(original)
+++ peps/trunk/pep-0293.txt	Tue Dec 30 04:48:55 2008
@@ -2,7 +2,7 @@
 Title: Codec Error Handling Callbacks
 Version: $Revision$
 Last-Modified: $Date$
-Author: Walter Dörwald
+Author: Walter Dörwald <walter at livinglogic.de>
 Status: Final
 Type: Standards Track
 Created: 18-Jun-2002

Modified: peps/trunk/pep-0305.txt
==============================================================================
--- peps/trunk/pep-0305.txt	(original)
+++ peps/trunk/pep-0305.txt	Tue Dec 30 04:48:55 2008
@@ -2,7 +2,11 @@
 Title: CSV File API
 Version: $Revision$
 Last-Modified: $Date$
-Author: Kevin Altis, Dave Cole, Andrew McNamara, Skip Montanaro, Cliff Wells
+Author: Kevin Altis <altis at semi-retired.com>,
+        Dave Cole <djc at object-craft.com.au>,
+        Andrew McNamara <andrewm at object-craft.com.au>,
+        Skip Montanaro <skip at pobox.com>,
+        Cliff Wells <LogiplexSoftware at earthlink.net>
 Discussions-To: <csv at mail.mojam.com>
 Status: Final
 Type: Standards Track

Modified: peps/trunk/pep-0318.txt
==============================================================================
--- peps/trunk/pep-0318.txt	(original)
+++ peps/trunk/pep-0318.txt	Tue Dec 30 04:48:55 2008
@@ -2,7 +2,7 @@
 Title: Decorators for Functions and Methods
 Version: $Revision$
 Last-Modified: $Date$
-Author: Kevin D. Smith, Jim J. Jewett, Skip Montanaro, Anthony Baxter
+Author: Kevin D. Smith <Kevin.Smith at theMorgue.org>, Jim J. Jewett, Skip Montanaro, Anthony Baxter
 Status: Final
 Type: Standards Track
 Content-Type: text/x-rst

Modified: peps/trunk/pep-0336.txt
==============================================================================
--- peps/trunk/pep-0336.txt	(original)
+++ peps/trunk/pep-0336.txt	Tue Dec 30 04:48:55 2008
@@ -2,7 +2,7 @@
 Title: Make None Callable
 Version: $Revision$
 Last-Modified: $Date$ 
-Author: Andrew McClelland
+Author: Andrew McClelland <eternalsquire at comcast.net>
 Status: Rejected
 Type: Standards Track
 Content-Type: text/plain 

Modified: peps/trunk/pep-3116.txt
==============================================================================
--- peps/trunk/pep-3116.txt	(original)
+++ peps/trunk/pep-3116.txt	Tue Dec 30 04:48:55 2008
@@ -2,7 +2,9 @@
 Title: New I/O
 Version: $Revision$
 Last-Modified: $Date$
-Author: Daniel Stutzbach, Mike Verdone, Guido van Rossum
+Author: Daniel Stutzbach <daniel at stutzbachenterprises.com>,
+        Guido van Rossum <guido at python.org>,
+        Mike Verdone <mike.verdone at gmail.com>
 Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst


More information about the Python-checkins mailing list