[Python-checkins] peps: Add a couple of missing Python version headers

nick.coghlan python-checkins at python.org
Sun Jun 12 17:39:32 CEST 2011


http://hg.python.org/peps/rev/c25fa0913267
changeset:   3886:c25fa0913267
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Jun 13 01:39:23 2011 +1000
summary:
  Add a couple of missing Python version headers

files:
  pep-0342.txt |  1 +
  pep-0343.txt |  1 +
  2 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/pep-0342.txt b/pep-0342.txt
--- a/pep-0342.txt
+++ b/pep-0342.txt
@@ -7,6 +7,7 @@
 Type: Standards Track
 Content-Type: text/plain
 Created: 10-May-2005
+Python-Version: 2.5
 Post-History:
 
 Introduction
diff --git a/pep-0343.txt b/pep-0343.txt
--- a/pep-0343.txt
+++ b/pep-0343.txt
@@ -7,6 +7,7 @@
 Type: Standards Track
 Content-Type: text/plain
 Created: 13-May-2005
+Python-Version: 2.5
 Post-History: 2-Jun-2005, 16-Oct-2005, 29-Oct-2005, 23-Apr-2006, 1-May-2006, 30-Jul-2006
 
 Abstract

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


More information about the Python-checkins mailing list