[Python-checkins] peps: More space

barry.warsaw python-checkins at python.org
Wed Oct 9 02:37:49 CEST 2013


http://hg.python.org/peps/rev/ab871721d316
changeset:   5186:ab871721d316
user:        Barry Warsaw <barry at python.org>
date:        Tue Oct 08 20:37:44 2013 -0400
summary:
  More space

files:
  pep0/output.py |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/pep0/output.py b/pep0/output.py
--- a/pep0/output.py
+++ b/pep0/output.py
@@ -204,6 +204,8 @@
             'title': 'RESERVED',
             'authors': claimants,
             }
+    print>>output
+    print>>output
     print>>output, u"Key"
     print>>output
     for type_ in PEP.type_values:

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


More information about the Python-checkins mailing list