[Python-checkins] r56054 - peps/trunk/pep-0218.txt peps/trunk/pep-0289.txt peps/trunk/pep-0315.txt peps/trunk/pep-0329.txt peps/trunk/pep-3101.txt peps/trunk/pep-3102.txt peps/trunk/pep-3115.txt peps/trunk/pep-3126.txt peps/trunk/pep-3129.txt

brett.cannon python-checkins at python.org
Wed Jun 20 21:19:32 CEST 2007


Author: brett.cannon
Date: Wed Jun 20 21:19:26 2007
New Revision: 56054

Modified:
   peps/trunk/pep-0218.txt
   peps/trunk/pep-0289.txt
   peps/trunk/pep-0315.txt
   peps/trunk/pep-0329.txt
   peps/trunk/pep-3101.txt
   peps/trunk/pep-3102.txt
   peps/trunk/pep-3115.txt
   peps/trunk/pep-3126.txt
   peps/trunk/pep-3129.txt
Log:
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.


Modified: peps/trunk/pep-0218.txt
==============================================================================
--- peps/trunk/pep-0218.txt	(original)
+++ peps/trunk/pep-0218.txt	Wed Jun 20 21:19:26 2007
@@ -2,7 +2,7 @@
 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 at ddj.com (Greg Wilson), python at rcn.com (Raymond Hettinger)
 Status: Final
 Type: Standards Track
 Created: 31-Jul-2000

Modified: peps/trunk/pep-0289.txt
==============================================================================
--- peps/trunk/pep-0289.txt	(original)
+++ peps/trunk/pep-0289.txt	Wed Jun 20 21:19:26 2007
@@ -2,7 +2,7 @@
 Title: Generator Expressions
 Version: $Revision$
 Last-Modified: $Date$
-Author: python at rcn.com (Raymond D. Hettinger)
+Author: python at rcn.com (Raymond D. Hettinger)
 Status: Final
 Type: Standards Track
 Content-Type: text/x-rst

Modified: peps/trunk/pep-0315.txt
==============================================================================
--- peps/trunk/pep-0315.txt	(original)
+++ peps/trunk/pep-0315.txt	Wed Jun 20 21:19:26 2007
@@ -2,8 +2,8 @@
 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 at pobox.com>
+        Raymond Hettinger <python at rcn.com>
 Status: Deferred
 Type: Standards Track
 Content-Type: text/plain

Modified: peps/trunk/pep-0329.txt
==============================================================================
--- peps/trunk/pep-0329.txt	(original)
+++ peps/trunk/pep-0329.txt	Wed Jun 20 21:19:26 2007
@@ -2,7 +2,7 @@
 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 at rcn.com>
 Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst

Modified: peps/trunk/pep-3101.txt
==============================================================================
--- peps/trunk/pep-3101.txt	(original)
+++ peps/trunk/pep-3101.txt	Wed Jun 20 21:19:26 2007
@@ -2,7 +2,7 @@
 Title: Advanced String Formatting
 Version: $Revision$
 Last-Modified: $Date$
-Author: Talin <talin at acm.org>
+Author: Talin <talin at acm.org>
 Status: Draft
 Type: Standards Track
 Content-Type: text/plain

Modified: peps/trunk/pep-3102.txt
==============================================================================
--- peps/trunk/pep-3102.txt	(original)
+++ peps/trunk/pep-3102.txt	Wed Jun 20 21:19:26 2007
@@ -2,7 +2,7 @@
 Title: Keyword-Only Arguments
 Version: $Revision$
 Last-Modified: $Date$
-Author: Talin <talin at acm.org>
+Author: Talin <talin at acm.org>
 Status: Accepted
 Type: Standards Track
 Content-Type: text/plain

Modified: peps/trunk/pep-3115.txt
==============================================================================
--- peps/trunk/pep-3115.txt	(original)
+++ peps/trunk/pep-3115.txt	Wed Jun 20 21:19:26 2007
@@ -2,7 +2,7 @@
 Title: Metaclasses in Python 3000
 Version: $Revision$
 Last-Modified: $Date$
-Author: Talin <talin at acm.org>
+Author: Talin <talin at acm.org>
 Status: Accepted
 Type: Standards Track
 Content-Type: text/plain

Modified: peps/trunk/pep-3126.txt
==============================================================================
--- peps/trunk/pep-3126.txt	(original)
+++ peps/trunk/pep-3126.txt	Wed Jun 20 21:19:26 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Jim J. Jewett <JimJJewett at gmail.com>,
-        Raymond D. Hettinger <python at rcn.com>
+        Raymond D. Hettinger <python at rcn.com>
 Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst

Modified: peps/trunk/pep-3129.txt
==============================================================================
--- peps/trunk/pep-3129.txt	(original)
+++ peps/trunk/pep-3129.txt	Wed Jun 20 21:19:26 2007
@@ -2,7 +2,7 @@
 Title: Class Decorators
 Version: $Revision$
 Last-Modified: $Date$
-Author: Collin Winter <collinw at gmail.com>
+Author: Collin Winter <collinw at gmail.com>
 Status: Final
 Type: Standards Track
 Content-Type: text/x-rst


More information about the Python-checkins mailing list