[Python-checkins] peps: The PEP 0 generator requires that headers appear in the order given in PEP 1

nick.coghlan python-checkins at python.org
Thu May 24 23:17:19 CEST 2012


http://hg.python.org/peps/rev/5e1662a81157
changeset:   4429:5e1662a81157
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri May 25 07:17:07 2012 +1000
summary:
  The PEP 0 generator requires that headers appear in the order given in PEP 1

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


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -4,12 +4,12 @@
 Last-Modified: $Date$
 Author: Eric V. Smith <eric at trueblade.com>
 Status: Accepted
-Resolution: http://mail.python.org/pipermail/python-dev/2012-May/119651.html
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 19-Apr-2012
 Python-Version: 3.3
 Post-History:
+Resolution: http://mail.python.org/pipermail/python-dev/2012-May/119651.html
 
 Abstract
 ========

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


More information about the Python-checkins mailing list