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
|
Title: Adding a Built-In Set Object Type
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
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
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 31-Jul-2000
|
Created: 31-Jul-2000
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 289
|
||||||
Title: Generator Expressions
|
Title: Generator Expressions
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: python at rcn.com (Raymond D. Hettinger)
|
Author: python@rcn.com (Raymond D. Hettinger)
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,8 +2,8 @@ PEP: 315
|
||||||
Title: Enhanced While Loop
|
Title: Enhanced While Loop
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: W Isaac Carroll <icarroll at pobox.com>
|
Author: W Isaac Carroll <icarroll@pobox.com>
|
||||||
Raymond Hettinger <python at rcn.com>
|
Raymond Hettinger <python@rcn.com>
|
||||||
Status: Deferred
|
Status: Deferred
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 329
|
||||||
Title: Treating Builtins as Constants in the Standard Library
|
Title: Treating Builtins as Constants in the Standard Library
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Raymond Hettinger <python at rcn.com>
|
Author: Raymond Hettinger <python@rcn.com>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 3101
|
||||||
Title: Advanced String Formatting
|
Title: Advanced String Formatting
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Talin <talin at acm.org>
|
Author: Talin <talin@acm.org>
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 3102
|
||||||
Title: Keyword-Only Arguments
|
Title: Keyword-Only Arguments
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Talin <talin at acm.org>
|
Author: Talin <talin@acm.org>
|
||||||
Status: Accepted
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 3115
|
||||||
Title: Metaclasses in Python 3000
|
Title: Metaclasses in Python 3000
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Talin <talin at acm.org>
|
Author: Talin <talin@acm.org>
|
||||||
Status: Accepted
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Remove Implicit String Concatenation
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Jim J. Jewett <JimJJewett@gmail.com>,
|
Author: Jim J. Jewett <JimJJewett@gmail.com>,
|
||||||
Raymond D. Hettinger <python at rcn.com>
|
Raymond D. Hettinger <python@rcn.com>
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 3129
|
||||||
Title: Class Decorators
|
Title: Class Decorators
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Collin Winter <collinw at gmail.com>
|
Author: Collin Winter <collinw@gmail.com>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
|
Loading…
Reference in New Issue