Setting my address back to barry@python.org for consistency and better
spam fighting defenses.
This commit is contained in:
parent
5f43f66c42
commit
99ab3d4e0c
|
@ -2,7 +2,7 @@ PEP: 8
|
|||
Title: Style Guide for Python Code
|
||||
Version: $Revision$
|
||||
Author: guido@python.org (Guido van Rossum),
|
||||
barry@zope.com (Barry Warsaw)
|
||||
barry@python.org (Barry Warsaw)
|
||||
Status: Active
|
||||
Type: Informational
|
||||
Created: 05-Jul-2001
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 9
|
|||
Title: Sample Plaintext PEP Template
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Barry A. Warsaw <barry@zope.com>
|
||||
Author: Barry A. Warsaw <barry@python.org>
|
||||
Status: Active
|
||||
Type: Informational
|
||||
Content-Type: text/plain
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 10
|
|||
Title: Voting Guidelines
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: barry@zope.com (Barry A. Warsaw)
|
||||
Author: barry@python.org (Barry A. Warsaw)
|
||||
Status: Active
|
||||
Type: Informational
|
||||
Created: 07-Mar-2002
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Sample reStructuredText PEP Template
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: David Goodger <goodger@users.sourceforge.net>,
|
||||
Barry A. Warsaw <barry@zope.com>
|
||||
Barry A. Warsaw <barry@python.org>
|
||||
Status: Active
|
||||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Doing Python Micro Releases
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: anthony@interlink.com.au (Anthony Baxter),
|
||||
barry@zope.com (Barry A. Warsaw),
|
||||
barry@python.org (Barry A. Warsaw),
|
||||
guido@python.org (Guido van Rossum)
|
||||
Status: Active
|
||||
Type: Informational
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PEP: 201
|
||||
Title: Lockstep Iteration
|
||||
Version: $Revision$
|
||||
Author: barry@zope.com (Barry A. Warsaw)
|
||||
Author: barry@python.org (Barry A. Warsaw)
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Python-Version: 2.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PEP: 202
|
||||
Title: List Comprehensions
|
||||
Version: $Revision$
|
||||
Author: barry@zope.com (Barry Warsaw)
|
||||
Author: barry@python.org (Barry Warsaw)
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Python-Version: 2.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PEP: 214
|
||||
Title: Extended Print Statement
|
||||
Version: $Revision$
|
||||
Author: barry@zope.com (Barry A. Warsaw)
|
||||
Author: barry@python.org (Barry A. Warsaw)
|
||||
Python-Version: 2.0
|
||||
Status: Final
|
||||
Created: 24-Jul-2000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PEP: 231
|
||||
Title: __findattr__()
|
||||
Version: $Revision$
|
||||
Author: barry@zope.com (Barry A. Warsaw)
|
||||
Author: barry@python.org (Barry A. Warsaw)
|
||||
Python-Version: 2.1
|
||||
Status: Draft
|
||||
Created: 30-Nov-2000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PEP: 232
|
||||
Title: Function Attributes
|
||||
Version: $Revision$
|
||||
Author: barry@zope.com (Barry A. Warsaw)
|
||||
Author: barry@python.org (Barry A. Warsaw)
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Created: 02-Dec-2000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PEP: 251
|
||||
Title: Python 2.2 Release Schedule
|
||||
Version: $Revision$
|
||||
Author: barry@zope.com (Barry A. Warsaw), guido@python.org (Guido van Rossum)
|
||||
Author: barry@python.org (Barry A. Warsaw), guido@python.org (Guido van Rossum)
|
||||
Status: Final
|
||||
Type: Informational
|
||||
Created: 17-Apr-2001
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 274
|
|||
Title: Dict Comprehensions
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: barry@zope.com (Barry A. Warsaw)
|
||||
Author: barry@python.org (Barry A. Warsaw)
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Created: 25-Oct-2001
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 292
|
|||
Title: Simpler String Substitutions
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: barry@zope.com (Barry A. Warsaw)
|
||||
Author: barry@python.org (Barry A. Warsaw)
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Created: 18-Jun-2002
|
||||
|
|
Loading…
Reference in New Issue