add people's emails to their peps (from pep 0)
This commit is contained in:
parent
c9c14f5438
commit
1cfda57bab
|
@ -2,7 +2,7 @@ PEP: 293
|
|||
Title: Codec Error Handling Callbacks
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Walter Dörwald
|
||||
Author: Walter Dörwald <walter@livinglogic.de>
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Created: 18-Jun-2002
|
||||
|
|
|
@ -2,7 +2,11 @@ PEP: 305
|
|||
Title: CSV File API
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Kevin Altis, Dave Cole, Andrew McNamara, Skip Montanaro, Cliff Wells
|
||||
Author: Kevin Altis <altis@semi-retired.com>,
|
||||
Dave Cole <djc@object-craft.com.au>,
|
||||
Andrew McNamara <andrewm@object-craft.com.au>,
|
||||
Skip Montanaro <skip@pobox.com>,
|
||||
Cliff Wells <LogiplexSoftware@earthlink.net>
|
||||
Discussions-To: <csv@mail.mojam.com>
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 318
|
|||
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@theMorgue.org>, Jim J. Jewett, Skip Montanaro, Anthony Baxter
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 336
|
|||
Title: Make None Callable
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Andrew McClelland
|
||||
Author: Andrew McClelland <eternalsquire@comcast.net>
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
|
|
|
@ -2,7 +2,9 @@ PEP: 3116
|
|||
Title: New I/O
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Daniel Stutzbach, Mike Verdone, Guido van Rossum
|
||||
Author: Daniel Stutzbach <daniel@stutzbachenterprises.com>,
|
||||
Guido van Rossum <guido@python.org>,
|
||||
Mike Verdone <mike.verdone@gmail.com>
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue