Add in a dummy Version value for PEP 0 to make pep0 code happy.
This commit is contained in:
parent
bd1d25c162
commit
14680cbf83
|
@ -6,6 +6,7 @@ column_format = (u' %(type)1s%(status)1s %(number)4s %(title)-' +
|
|||
header = u"""PEP: 0
|
||||
Title: Index of Python Enhancement Proposals (PEPs)
|
||||
Last-Modified: %s
|
||||
Version: N/A
|
||||
Author: David Goodger <goodger@python.org>,
|
||||
Barry Warsaw <barry@python.org>
|
||||
Status: Active
|
||||
|
|
Loading…
Reference in New Issue