De-obfuscate emails where the author had their address already listed without
obfuscation. Also, the HTML output of PEPs already obfuscates the address and thus it is not needed in the text version.
This commit is contained in:
parent
9037ae9e99
commit
d8f50e991b
|
@ -2,7 +2,7 @@ PEP: 218
|
|||
Title: Adding a Built-In Set Object Type
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: gvwilson at ddj.com (Greg Wilson), python at rcn.com (Raymond Hettinger)
|
||||
Author: gvwilson@ddj.com (Greg Wilson), python@rcn.com (Raymond Hettinger)
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Created: 31-Jul-2000
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 289
|
|||
Title: Generator Expressions
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: python at rcn.com (Raymond D. Hettinger)
|
||||
Author: python@rcn.com (Raymond D. Hettinger)
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
|
@ -2,8 +2,8 @@ PEP: 315
|
|||
Title: Enhanced While Loop
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: W Isaac Carroll <icarroll at pobox.com>
|
||||
Raymond Hettinger <python at rcn.com>
|
||||
Author: W Isaac Carroll <icarroll@pobox.com>
|
||||
Raymond Hettinger <python@rcn.com>
|
||||
Status: Deferred
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 329
|
|||
Title: Treating Builtins as Constants in the Standard Library
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Raymond Hettinger <python at rcn.com>
|
||||
Author: Raymond Hettinger <python@rcn.com>
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 3101
|
|||
Title: Advanced String Formatting
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Talin <talin at acm.org>
|
||||
Author: Talin <talin@acm.org>
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 3102
|
|||
Title: Keyword-Only Arguments
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Talin <talin at acm.org>
|
||||
Author: Talin <talin@acm.org>
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 3115
|
|||
Title: Metaclasses in Python 3000
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Talin <talin at acm.org>
|
||||
Author: Talin <talin@acm.org>
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Remove Implicit String Concatenation
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Jim J. Jewett <JimJJewett@gmail.com>,
|
||||
Raymond D. Hettinger <python at rcn.com>
|
||||
Raymond D. Hettinger <python@rcn.com>
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 3129
|
|||
Title: Class Decorators
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Collin Winter <collinw at gmail.com>
|
||||
Author: Collin Winter <collinw@gmail.com>
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue