[Python-checkins] r85039 - peps/trunk/pep0/constants.py

brett.cannon python-checkins at python.org
Mon Sep 27 21:36:11 CEST 2010


Author: brett.cannon
Date: Mon Sep 27 21:36:11 2010
New Revision: 85039

Log:
Add in a dummy Version value for PEP 0 to make pep0 code happy.

Modified:
   peps/trunk/pep0/constants.py

Modified: peps/trunk/pep0/constants.py
==============================================================================
--- peps/trunk/pep0/constants.py	(original)
+++ peps/trunk/pep0/constants.py	Mon Sep 27 21:36:11 2010
@@ -6,6 +6,7 @@
 header = u"""PEP: 0
 Title: Index of Python Enhancement Proposals (PEPs)
 Last-Modified: %s
+Version: N/A
 Author: David Goodger <goodger at python.org>,
         Barry Warsaw <barry at python.org>
 Status: Active


More information about the Python-checkins mailing list