[Python-checkins] r68041 - sandbox/trunk/pep0/pep0/pep.py

benjamin.peterson python-checkins at python.org
Tue Dec 30 00:02:00 CET 2008


Author: benjamin.peterson
Date: Tue Dec 30 00:01:59 2008
New Revision: 68041

Log:
don't require Post-history

Modified:
   sandbox/trunk/pep0/pep0/pep.py

Modified: sandbox/trunk/pep0/pep0/pep.py
==============================================================================
--- sandbox/trunk/pep0/pep0/pep.py	(original)
+++ sandbox/trunk/pep0/pep0/pep.py	Tue Dec 30 00:01:59 2008
@@ -125,7 +125,7 @@
                 ('Discussions-To', False), ('Status', True), ('Type', True),
                 ('Content-Type', False), ('Requires', False),
                 ('Created', True), ('Python-Version', False),
-                ('Post-History', True), ('Replaces', False),
+                ('Post-History', False), ('Replaces', False),
                 ('Replaced-By', False))
     # Valid values for the Type header.
     type_values = (u"Standards Track", u"Informational", u"Process")


More information about the Python-checkins mailing list