[Python-checkins] peps: Fix PEP headers

nick.coghlan python-checkins at python.org
Thu Mar 14 06:43:35 CET 2013


http://hg.python.org/peps/rev/f9164cc21a74
changeset:   4794:f9164cc21a74
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Mar 13 22:43:28 2013 -0700
summary:
  Fix PEP headers

files:
  pep-0425.txt |  4 ++--
  pep-0427.txt |  2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0425.txt b/pep-0425.txt
--- a/pep-0425.txt
+++ b/pep-0425.txt
@@ -2,7 +2,7 @@
 Title: Compatibility Tags for Built Distributions
 Version: $Revision$
 Last-Modified: 07-Aug-2012
-Author: Daniel Holth <dholth at gmail.com
+Author: Daniel Holth <dholth at gmail.com>
 BDFL-Delegate: Nick Coghlan <ncoghlan at gmail.com>
 Status: Accepted
 Type: Standards Track
@@ -265,7 +265,7 @@
     implentation at the time of writing guesses "none".  Ideally it
     would detect "py27(d|m|u)" analagous to newer versions of Python,
     but in the meantime "none" is a good enough way to say "don't know".
-    
+
 
 References
 ==========
diff --git a/pep-0427.txt b/pep-0427.txt
--- a/pep-0427.txt
+++ b/pep-0427.txt
@@ -2,7 +2,7 @@
 Title: The Wheel Binary Package Format 1.0
 Version: $Revision$
 Last-Modified: $Date$
-Author: Daniel Holth <dholth at fastmail.fm>
+Author: Daniel Holth <dholth at gmail.com>
 BDFL-Delegate: Nick Coghlan <ncoghlan at gmail.com>
 Discussions-To: <distutils-sig at python.org>
 Status: Accepted

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


More information about the Python-checkins mailing list