[Python-checkins] peps: Update Tim's email address so PEPs build again

nick.coghlan python-checkins at python.org
Sat Aug 22 11:57:54 CEST 2015


https://hg.python.org/peps/rev/524e0372b08b
changeset:   5972:524e0372b08b
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Aug 22 19:57:41 2015 +1000
summary:
  Update Tim's email address so PEPs build again

files:
  pep-0020.txt |  2 +-
  pep-0223.txt |  2 +-
  pep-0235.txt |  2 +-
  pep-0236.txt |  2 +-
  pep-0255.txt |  2 +-
  5 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/pep-0020.txt b/pep-0020.txt
--- a/pep-0020.txt
+++ b/pep-0020.txt
@@ -2,7 +2,7 @@
 Title: The Zen of Python
 Version: $Revision$
 Last-Modified: $Date$
-Author: tim at zope.com (Tim Peters)
+Author: tim.peters at gmail.com (Tim Peters)
 Status: Active
 Type: Informational
 Content-Type: text/plain
diff --git a/pep-0223.txt b/pep-0223.txt
--- a/pep-0223.txt
+++ b/pep-0223.txt
@@ -2,7 +2,7 @@
 Title: Change the Meaning of \x Escapes
 Version: $Revision$
 Last-Modified: $Date$
-Author: tim at zope.com (Tim Peters)
+Author: tim.peters at gmail.com (Tim Peters)
 Status: Final
 Type: Standards Track
 Created: 20-Aug-2000
diff --git a/pep-0235.txt b/pep-0235.txt
--- a/pep-0235.txt
+++ b/pep-0235.txt
@@ -2,7 +2,7 @@
 Title: Import on Case-Insensitive Platforms
 Version: $Revision$
 Last-Modified: $Date$
-Author: Tim Peters <tim at zope.com>
+Author: Tim Peters <tim.peters at gmail.com>
 Status: Final
 Type: Standards Track
 Created:
diff --git a/pep-0236.txt b/pep-0236.txt
--- a/pep-0236.txt
+++ b/pep-0236.txt
@@ -2,7 +2,7 @@
 Title: Back to the __future__
 Version: $Revision$
 Last-Modified: $Date$
-Author: Tim Peters <tim at zope.com>
+Author: Tim Peters <tim.peters at gmail.com>
 Status: Final
 Type: Standards Track
 Created: 26-Feb-2001
diff --git a/pep-0255.txt b/pep-0255.txt
--- a/pep-0255.txt
+++ b/pep-0255.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: nas at arctrix.com (Neil Schemenauer),
-    tim at zope.com (Tim Peters),
+    tim.peters at gmail.com (Tim Peters),
     magnus at hetland.org (Magnus Lie Hetland)
 Discussions-To: python-iterators at lists.sourceforge.net
 Status: Final

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list