From c5b5d3c83d80930da7ccccbfc7f503632eceb670 Mon Sep 17 00:00:00 2001 From: David Goodger Date: Thu, 23 Mar 2006 20:13:19 +0000 Subject: [PATCH] added Last-Modified headers to all PEPs without --- pep-0003.txt | 1 + pep-0004.txt | 1 + pep-0005.txt | 1 + pep-0006.txt | 1 + pep-0007.txt | 1 + pep-0008.txt | 1 + pep-0042.txt | 1 + pep-0100.txt | 1 + pep-0160.txt | 1 + pep-0200.txt | 1 + pep-0201.txt | 1 + pep-0202.txt | 1 + pep-0203.txt | 1 + pep-0204.txt | 1 + pep-0205.txt | 1 + pep-0206.txt | 1 + pep-0207.txt | 1 + pep-0208.txt | 1 + pep-0209.txt | 1 + pep-0210.txt | 1 + pep-0211.txt | 1 + pep-0212.txt | 1 + pep-0213.txt | 1 + pep-0214.txt | 1 + pep-0215.txt | 1 + pep-0216.txt | 1 + pep-0217.txt | 1 + pep-0218.txt | 1 + pep-0219.txt | 1 + pep-0220.txt | 1 + pep-0221.txt | 1 + pep-0222.txt | 1 + pep-0223.txt | 1 + pep-0224.txt | 1 + pep-0225.txt | 1 + pep-0226.txt | 1 + pep-0227.txt | 1 + pep-0228.txt | 1 + pep-0229.txt | 1 + pep-0230.txt | 1 + pep-0231.txt | 1 + pep-0232.txt | 1 + pep-0233.txt | 1 + pep-0234.txt | 1 + pep-0235.txt | 1 + pep-0236.txt | 1 + pep-0237.txt | 1 + pep-0238.txt | 1 + pep-0239.txt | 1 + pep-0240.txt | 1 + pep-0241.txt | 1 + pep-0243.txt | 1 + pep-0244.txt | 1 + pep-0245.txt | 1 + pep-0246.txt | 1 + pep-0247.txt | 1 + pep-0248.txt | 1 + pep-0249.txt | 1 + pep-0250.txt | 1 + pep-0251.txt | 1 + pep-0252.txt | 1 + pep-0253.txt | 1 + pep-0254.txt | 1 + pep-0255.txt | 1 + pep-0259.txt | 1 + pep-0260.txt | 1 + pep-0262.txt | 1 + pep-0263.txt | 1 + pep-0265.txt | 1 + pep-0266.txt | 1 + pep-0272.txt | 1 + pep-0275.txt | 1 + pep-0283.txt | 1 + pep-0297.txt | 1 + pep-0320.txt | 1 + pep-0351.txt | 1 + pep-0357.txt | 2 +- 77 files changed, 77 insertions(+), 1 deletion(-) diff --git a/pep-0003.txt b/pep-0003.txt index c4bbe8a96..bfd7ba577 100644 --- a/pep-0003.txt +++ b/pep-0003.txt @@ -1,6 +1,7 @@ PEP: 3 Title: Guidelines for Handling Bug Reports Version: $Revision$ +Last-Modified: $Date$ Author: jeremy@alum.mit.edu (Jeremy Hylton) Status: Active Type: Informational diff --git a/pep-0004.txt b/pep-0004.txt index 7388b1388..82cfd619d 100644 --- a/pep-0004.txt +++ b/pep-0004.txt @@ -1,6 +1,7 @@ PEP: 4 Title: Deprecation of Standard Modules Version: $Revision$ +Last-Modified: $Date$ Author: Martin v. Loewis Status: Active Type: Informational diff --git a/pep-0005.txt b/pep-0005.txt index 6ea503580..afbe3a538 100644 --- a/pep-0005.txt +++ b/pep-0005.txt @@ -1,6 +1,7 @@ PEP: 5 Title: Guidelines for Language Evolution Version: $Revision$ +Last-Modified: $Date$ Author: paul@prescod.net (Paul Prescod) Status: Active Type: Informational diff --git a/pep-0006.txt b/pep-0006.txt index 16e083f85..96301651b 100644 --- a/pep-0006.txt +++ b/pep-0006.txt @@ -1,6 +1,7 @@ PEP: 6 Title: Bug Fix Releases Version: $Revision$ +Last-Modified: $Date$ Author: aahz@pobox.com (Aahz), anthony@interlink.com.au (Anthony Baxter) Status: Active Type: Process diff --git a/pep-0007.txt b/pep-0007.txt index cb44f8b9c..5aee72438 100644 --- a/pep-0007.txt +++ b/pep-0007.txt @@ -1,6 +1,7 @@ PEP: 7 Title: Style Guide for C Code Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum) Status: Active Type: Informational diff --git a/pep-0008.txt b/pep-0008.txt index c4ff7741f..c7d6b4a5f 100644 --- a/pep-0008.txt +++ b/pep-0008.txt @@ -1,6 +1,7 @@ PEP: 8 Title: Style Guide for Python Code Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum), barry@python.org (Barry Warsaw) Status: Active diff --git a/pep-0042.txt b/pep-0042.txt index e6877dcbc..d7adcd9c4 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -1,6 +1,7 @@ PEP: 42 Title: Feature Requests Version: $Revision$ +Last-Modified: $Date$ Author: Jeremy Hylton Status: Active Type: Informational diff --git a/pep-0100.txt b/pep-0100.txt index b0ba52e10..283bd8984 100644 --- a/pep-0100.txt +++ b/pep-0100.txt @@ -1,6 +1,7 @@ PEP: 100 Title: Python Unicode Integration Version: $Revision$ +Last-Modified: $Date$ Author: mal@lemburg.com (Marc-Andre Lemburg) Status: Final Type: Standards Track diff --git a/pep-0160.txt b/pep-0160.txt index f674dd2e9..6e2b543f3 100644 --- a/pep-0160.txt +++ b/pep-0160.txt @@ -1,6 +1,7 @@ PEP: 160 Title: Python 1.6 Release Schedule Version: $Revision$ +Last-Modified: $Date$ Author: Fred L. Drake, Jr. Status: Finished Type: Informational diff --git a/pep-0200.txt b/pep-0200.txt index 3be68b96b..c8d82dcea 100644 --- a/pep-0200.txt +++ b/pep-0200.txt @@ -1,6 +1,7 @@ PEP: 200 Title: Python 2.0 Release Schedule Version: $Revision$ +Last-Modified: $Date$ Author: Jeremy Hylton Python-Version: 2.0 Type: Informational diff --git a/pep-0201.txt b/pep-0201.txt index 557c874ce..2d2530c93 100644 --- a/pep-0201.txt +++ b/pep-0201.txt @@ -1,6 +1,7 @@ PEP: 201 Title: Lockstep Iteration Version: $Revision$ +Last-Modified: $Date$ Author: barry@python.org (Barry A. Warsaw) Status: Final Type: Standards Track diff --git a/pep-0202.txt b/pep-0202.txt index ae08f993e..772afbd2d 100644 --- a/pep-0202.txt +++ b/pep-0202.txt @@ -1,6 +1,7 @@ PEP: 202 Title: List Comprehensions Version: $Revision$ +Last-Modified: $Date$ Author: barry@python.org (Barry Warsaw) Status: Final Type: Standards Track diff --git a/pep-0203.txt b/pep-0203.txt index 1c60a7a15..d36d2bad0 100644 --- a/pep-0203.txt +++ b/pep-0203.txt @@ -1,6 +1,7 @@ PEP: 203 Title: Augmented Assignments Version: $Revision$ +Last-Modified: $Date$ Author: thomas@xs4all.net (Thomas Wouters) Status: Final Type: Standards Track diff --git a/pep-0204.txt b/pep-0204.txt index fa001e4bb..5298ed171 100644 --- a/pep-0204.txt +++ b/pep-0204.txt @@ -1,6 +1,7 @@ PEP: 204 Title: Range Literals Version: $Revision$ +Last-Modified: $Date$ Author: thomas@xs4all.net (Thomas Wouters) Status: Rejected Type: Standards Track diff --git a/pep-0205.txt b/pep-0205.txt index fcb299ec5..eab2408b1 100644 --- a/pep-0205.txt +++ b/pep-0205.txt @@ -1,6 +1,7 @@ PEP: 205 Title: Weak References Version: $Revision$ +Last-Modified: $Date$ Author: fdrake@acm.org (Fred L. Drake, Jr.) Python-Version: 2.1 Status: Incomplete diff --git a/pep-0206.txt b/pep-0206.txt index 6c91efc34..789fea815 100644 --- a/pep-0206.txt +++ b/pep-0206.txt @@ -1,6 +1,7 @@ PEP: 206 Title: Python Advanced Library Version: $Revision$ +Last-Modified: $Date$ Author: A.M. Kuchling Type: Informational Status: Withdrawn diff --git a/pep-0207.txt b/pep-0207.txt index 49353866e..ed31c6fb9 100644 --- a/pep-0207.txt +++ b/pep-0207.txt @@ -1,6 +1,7 @@ PEP: 207 Title: Rich Comparisions Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum), DavidA@ActiveState.com (David Ascher) Python-Version: 2.1 Type: Standards diff --git a/pep-0208.txt b/pep-0208.txt index cbedddddb..271205f8c 100644 --- a/pep-0208.txt +++ b/pep-0208.txt @@ -1,6 +1,7 @@ PEP: 208 Title: Reworking the Coercion Model Version: $Revision$ +Last-Modified: $Date$ Author: nas@arctrix.com (Neil Schemenauer), mal@lemburg.com (Marc-André Lemburg) Status: Final Type: Standards Track diff --git a/pep-0209.txt b/pep-0209.txt index 03d9200ca..eea802906 100644 --- a/pep-0209.txt +++ b/pep-0209.txt @@ -1,6 +1,7 @@ PEP: 209 Title: Multi-dimensional Arrays Version: $Revision$ +Last-Modified: $Date$ Author: barrett@stsci.edu (Paul Barrett), oliphant@ee.byu.edu (Travis Oliphant) Python-Version: 2.2 Status: Draft diff --git a/pep-0210.txt b/pep-0210.txt index ca08050fd..3de5da1e3 100644 --- a/pep-0210.txt +++ b/pep-0210.txt @@ -1,6 +1,7 @@ PEP: 210 Title: Decoupling the Interpreter Loop Version: $Revision$ +Last-Modified: $Date$ Author: davida@activestate.com (David Ascher) Status: Deferred Type: Standards Track diff --git a/pep-0211.txt b/pep-0211.txt index b90884400..062ffbfc1 100644 --- a/pep-0211.txt +++ b/pep-0211.txt @@ -1,6 +1,7 @@ PEP: 211 Title: Adding A New Outer Product Operator Version: $Revision$ +Last-Modified: $Date$ Author: gvwilson@ddj.com (Greg Wilson) Status: Draft Type: Standards Track diff --git a/pep-0212.txt b/pep-0212.txt index b2c22dc0e..cafc2da4b 100644 --- a/pep-0212.txt +++ b/pep-0212.txt @@ -1,6 +1,7 @@ PEP: 212 Title: Loop Counter Iteration Version: $Revision$ +Last-Modified: $Date$ Author: nowonder@nowonder.de (Peter Schneider-Kamp) Status: Draft Type: Standards Track diff --git a/pep-0213.txt b/pep-0213.txt index b45f8738f..30ed65a17 100644 --- a/pep-0213.txt +++ b/pep-0213.txt @@ -1,6 +1,7 @@ PEP: 213 Title: Attribute Access Handlers Version: $Revision$ +Last-Modified: $Date$ Author: paul@prescod.net (Paul Prescod) Status: Draft Type: Standards Track diff --git a/pep-0214.txt b/pep-0214.txt index 95592738b..1419e681c 100644 --- a/pep-0214.txt +++ b/pep-0214.txt @@ -1,6 +1,7 @@ PEP: 214 Title: Extended Print Statement Version: $Revision$ +Last-Modified: $Date$ Author: barry@python.org (Barry A. Warsaw) Python-Version: 2.0 Type: Standards diff --git a/pep-0215.txt b/pep-0215.txt index 17cb30104..ad4a8d9fd 100644 --- a/pep-0215.txt +++ b/pep-0215.txt @@ -1,6 +1,7 @@ PEP: 215 Title: String Interpolation Version: $Revision$ +Last-Modified: $Date$ Author: ping@lfw.org (Ka-Ping Yee) Status: Rejected Type: Standards Track diff --git a/pep-0216.txt b/pep-0216.txt index a74e2aa16..7e94ea412 100644 --- a/pep-0216.txt +++ b/pep-0216.txt @@ -1,6 +1,7 @@ PEP: 216 Title: Docstring Format Version: $Revision$ +Last-Modified: $Date$ Author: moshez@zadka.site.co.il (Moshe Zadka) Status: Rejected Type: Informational diff --git a/pep-0217.txt b/pep-0217.txt index 7db5cb8ce..1a9f4b02c 100644 --- a/pep-0217.txt +++ b/pep-0217.txt @@ -1,6 +1,7 @@ PEP: 217 Title: Display Hook for Interactive Use Version: $Revision$ +Last-Modified: $Date$ Author: peps@zadka.site.co.il (Moshe Zadka) Status: Final Type: Standards Track diff --git a/pep-0218.txt b/pep-0218.txt index ef281cee0..469f1bc18 100644 --- a/pep-0218.txt +++ b/pep-0218.txt @@ -1,6 +1,7 @@ PEP: 218 Title: Adding a Built-In Set Object Type Version: $Revision$ +Last-Modified: $Date$ Author: gvwilson at ddj.com (Greg Wilson), python at rcn.com (Raymond Hettinger) Status: Final Type: Standards Track diff --git a/pep-0219.txt b/pep-0219.txt index 80a277fc2..118474761 100644 --- a/pep-0219.txt +++ b/pep-0219.txt @@ -1,6 +1,7 @@ PEP: 219 Title: Stackless Python Version: $Revision$ +Last-Modified: $Date$ Author: gmcm@hypernet.com (Gordon McMillan) Status: Draft Type: Standards Track diff --git a/pep-0220.txt b/pep-0220.txt index 9c1035919..10402e24f 100644 --- a/pep-0220.txt +++ b/pep-0220.txt @@ -1,6 +1,7 @@ PEP: 220 Title: Coroutines, Generators, Continuations Version: $Revision$ +Last-Modified: $Date$ Author: gmcm@hypernet.com (Gordon McMillan) Status: Active Type: Informational diff --git a/pep-0221.txt b/pep-0221.txt index 1c5322031..a9dda3919 100644 --- a/pep-0221.txt +++ b/pep-0221.txt @@ -1,6 +1,7 @@ PEP: 221 Title: Import As Version: $Revision$ +Last-Modified: $Date$ Author: thomas@xs4all.net (Thomas Wouters) Status: Final Type: Standards Track diff --git a/pep-0222.txt b/pep-0222.txt index f2a475102..d3054aec9 100644 --- a/pep-0222.txt +++ b/pep-0222.txt @@ -1,6 +1,7 @@ PEP: 222 Title: Web Library Enhancements Version: $Revision$ +Last-Modified: $Date$ Author: A.M. Kuchling Status: Deferred Type: Standards Track diff --git a/pep-0223.txt b/pep-0223.txt index 1b6fd0701..3b9b4b7ab 100644 --- a/pep-0223.txt +++ b/pep-0223.txt @@ -1,6 +1,7 @@ PEP: 223 Title: Change the Meaning of \x Escapes Version: $Revision$ +Last-Modified: $Date$ Author: tim@zope.com (Tim Peters) Status: Final Type: Standards Track diff --git a/pep-0224.txt b/pep-0224.txt index 03739e080..47721a524 100644 --- a/pep-0224.txt +++ b/pep-0224.txt @@ -1,6 +1,7 @@ PEP: 224 Title: Attribute Docstrings Version: $Revision$ +Last-Modified: $Date$ Author: mal@lemburg.com (Marc-Andre Lemburg) Status: Rejected Type: Standards Track diff --git a/pep-0225.txt b/pep-0225.txt index a1b04f2ca..3654fac13 100644 --- a/pep-0225.txt +++ b/pep-0225.txt @@ -1,6 +1,7 @@ PEP: 225 Title: Elementwise/Objectwise Operators Version: $Revision$ +Last-Modified: $Date$ Author: hzhu@users.sourceforge.net (Huaiyu Zhu), gregory.lielens@fft.be (Gregory Lielens) Status: Draft diff --git a/pep-0226.txt b/pep-0226.txt index e0c285dcd..7851a5afe 100644 --- a/pep-0226.txt +++ b/pep-0226.txt @@ -1,6 +1,7 @@ PEP: 226 Title: Python 2.1 Release Schedule Version: $Revision$ +Last-Modified: $Date$ Author: Jeremy Hylton Status: Incomplete Type: Informational diff --git a/pep-0227.txt b/pep-0227.txt index d3c48808b..e559a3bb0 100644 --- a/pep-0227.txt +++ b/pep-0227.txt @@ -1,6 +1,7 @@ PEP: 227 Title: Statically Nested Scopes Version: $Revision$ +Last-Modified: $Date$ Author: jeremy@zope.com (Jeremy Hylton) Status: Draft Type: Standards Track diff --git a/pep-0228.txt b/pep-0228.txt index 83956aeb4..6c503b89e 100644 --- a/pep-0228.txt +++ b/pep-0228.txt @@ -1,6 +1,7 @@ PEP: 228 Title: Reworking Python's Numeric Model Version: $Revision$ +Last-Modified: $Date$ Author: pep@zadka.site.co.il (Moshe Zadka), guido@python.org (Guido van Rossum) Status: Draft Type: Standards Track diff --git a/pep-0229.txt b/pep-0229.txt index 6ab9d4994..f97df5155 100644 --- a/pep-0229.txt +++ b/pep-0229.txt @@ -1,6 +1,7 @@ PEP: 229 Title: Using Distutils to Build Python Version: $Revision$ +Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Standards diff --git a/pep-0230.txt b/pep-0230.txt index 68ff36833..3e94be709 100644 --- a/pep-0230.txt +++ b/pep-0230.txt @@ -1,6 +1,7 @@ PEP: 230 Title: Warning Framework Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum) Status: Draft Type: Standards Track diff --git a/pep-0231.txt b/pep-0231.txt index a86fb5abf..51982ce5c 100644 --- a/pep-0231.txt +++ b/pep-0231.txt @@ -1,6 +1,7 @@ PEP: 231 Title: __findattr__() Version: $Revision$ +Last-Modified: $Date$ Author: barry@python.org (Barry A. Warsaw) Python-Version: 2.1 Status: Draft diff --git a/pep-0232.txt b/pep-0232.txt index e6c0d33f7..126f9a8b8 100644 --- a/pep-0232.txt +++ b/pep-0232.txt @@ -1,6 +1,7 @@ PEP: 232 Title: Function Attributes Version: $Revision$ +Last-Modified: $Date$ Author: barry@python.org (Barry A. Warsaw) Status: Final Type: Standards Track diff --git a/pep-0233.txt b/pep-0233.txt index e0efa25b5..a2e10c379 100644 --- a/pep-0233.txt +++ b/pep-0233.txt @@ -1,6 +1,7 @@ PEP: 233 Title: Python Online Help Version: $Revision$ +Last-Modified: $Date$ Author: paul@prescod.net, paulp@activestate.com (Paul Prescod) Status: Deferred Type: Standards Track diff --git a/pep-0234.txt b/pep-0234.txt index 581fad545..fd5cbbb0f 100644 --- a/pep-0234.txt +++ b/pep-0234.txt @@ -1,6 +1,7 @@ PEP: 234 Title: Iterators Version: $Revision$ +Last-Modified: $Date$ Author: ping@lfw.org (Ka-Ping Yee), guido@python.org (Guido van Rossum) Status: Final Type: Standards Track diff --git a/pep-0235.txt b/pep-0235.txt index d86d05841..2dbbb268e 100644 --- a/pep-0235.txt +++ b/pep-0235.txt @@ -1,6 +1,7 @@ PEP: 235 Title: Import on Case-Insensitive Platforms Version: $Revision$ +Last-Modified: $Date$ Author: Tim Peters Status: Final Type: Standards Track diff --git a/pep-0236.txt b/pep-0236.txt index ba7e3ade5..503c76e40 100644 --- a/pep-0236.txt +++ b/pep-0236.txt @@ -1,6 +1,7 @@ PEP: 236 Title: Back to the __future__ Version: $Revision$ +Last-Modified: $Date$ Author: Tim Peters Python-Version: 2.1 Status: Final diff --git a/pep-0237.txt b/pep-0237.txt index 5c1c0c58a..e8e61e39e 100644 --- a/pep-0237.txt +++ b/pep-0237.txt @@ -1,6 +1,7 @@ PEP: 237 Title: Unifying Long Integers and Integers Version: $Revision$ +Last-Modified: $Date$ Author: Moshe Zadka, Guido van Rossum Status: Draft Type: Standards Track diff --git a/pep-0238.txt b/pep-0238.txt index bcd0da210..03556b843 100644 --- a/pep-0238.txt +++ b/pep-0238.txt @@ -1,6 +1,7 @@ PEP: 238 Title: Changing the Division Operator Version: $Revision$ +Last-Modified: $Date$ Author: pep@zadka.site.co.il (Moshe Zadka), guido@python.org (Guido van Rossum) Status: Final Type: Standards Track diff --git a/pep-0239.txt b/pep-0239.txt index b279a4be6..715ef10ab 100644 --- a/pep-0239.txt +++ b/pep-0239.txt @@ -1,6 +1,7 @@ PEP: 239 Title: Adding a Rational Type to Python Version: $Revision$ +Last-Modified: $Date$ Author: Christopher A. Craig , Moshe Zadka Status: Rejected diff --git a/pep-0240.txt b/pep-0240.txt index ed6a80652..08f0a173f 100644 --- a/pep-0240.txt +++ b/pep-0240.txt @@ -1,6 +1,7 @@ PEP: 240 Title: Adding a Rational Literal to Python Version: $Revision$ +Last-Modified: $Date$ Author: Christopher A. Craig , Moshe Zadka Status: Rejected diff --git a/pep-0241.txt b/pep-0241.txt index 3885f4b3b..6d5ee6f32 100644 --- a/pep-0241.txt +++ b/pep-0241.txt @@ -1,6 +1,7 @@ PEP: 241 Title: Metadata for Python Software Packages Version: $Revision$ +Last-Modified: $Date$ Author: A.M. Kuchling Type: Standards Track Created: 12-Mar-2001 diff --git a/pep-0243.txt b/pep-0243.txt index a7b41dd36..4368c626d 100644 --- a/pep-0243.txt +++ b/pep-0243.txt @@ -1,6 +1,7 @@ PEP: 243 Title: Module Repository Upload Mechanism Version: $Revision$ +Last-Modified: $Date$ Author: jafo-pep@tummy.com (Sean Reifschneider) Discussions-To: distutils-sig@python.org Status: Draft diff --git a/pep-0244.txt b/pep-0244.txt index ccb59975c..d1b5c4f46 100644 --- a/pep-0244.txt +++ b/pep-0244.txt @@ -1,6 +1,7 @@ PEP: 244 Title: The `directive' statement Version: $Revision$ +Last-Modified: $Date$ Author: loewis@informatik.hu-berlin.de (Martin von Loewis) Status: Rejected Type: Standards Track diff --git a/pep-0245.txt b/pep-0245.txt index 9413eb951..bc2614a7f 100644 --- a/pep-0245.txt +++ b/pep-0245.txt @@ -1,6 +1,7 @@ PEP: 245 Title: Python Interface Syntax Version: $Revision$ +Last-Modified: $Date$ Author: Michel Pelletier Discussions-To: http://www.zope.org/Wikis/Interfaces Status: Draft diff --git a/pep-0246.txt b/pep-0246.txt index afd355a72..fb30892b9 100644 --- a/pep-0246.txt +++ b/pep-0246.txt @@ -1,6 +1,7 @@ PEP: 246 Title: Object Adaptation Version: $Revision$ +Last-Modified: $Date$ Author: aleax@aleax.it (Alex Martelli), cce@clarkevans.com (Clark C. Evans) Status: Draft diff --git a/pep-0247.txt b/pep-0247.txt index 016bee040..29afad62e 100644 --- a/pep-0247.txt +++ b/pep-0247.txt @@ -1,6 +1,7 @@ PEP: 247 Title: API for Cryptographic Hash Functions Version: $Revision$ +Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Informational diff --git a/pep-0248.txt b/pep-0248.txt index d7cc284c7..47a9201f1 100644 --- a/pep-0248.txt +++ b/pep-0248.txt @@ -1,6 +1,7 @@ PEP: 248 Title: Python Database API Specification v1.0 Version: $Revision$ +Last-Modified: $Date$ Author: db-sig@python.org (Python Database SIG) Editor: mal@lemburg.com (Marc-Andre Lemburg) Status: Final diff --git a/pep-0249.txt b/pep-0249.txt index d73eb83e2..ed57fd033 100644 --- a/pep-0249.txt +++ b/pep-0249.txt @@ -1,6 +1,7 @@ PEP: 249 Title: Python Database API Specification v2.0 Version: $Revision$ +Last-Modified: $Date$ Author: db-sig@python.org (Python Database SIG) Editor: mal@lemburg.com (Marc-Andre Lemburg) Status: Final diff --git a/pep-0250.txt b/pep-0250.txt index 528fbf47f..23aabf10c 100644 --- a/pep-0250.txt +++ b/pep-0250.txt @@ -1,6 +1,7 @@ PEP: 250 Title: Using site-packages on Windows Version $Revision$ +Last-Modified: $Date$ Author: gustav@morpheus.demon.co.uk (Paul Moore) Status: Final Type: Standards Track diff --git a/pep-0251.txt b/pep-0251.txt index a47e19e62..1c3f5beca 100644 --- a/pep-0251.txt +++ b/pep-0251.txt @@ -1,6 +1,7 @@ PEP: 251 Title: Python 2.2 Release Schedule Version: $Revision$ +Last-Modified: $Date$ Author: barry@python.org (Barry A. Warsaw), guido@python.org (Guido van Rossum) Status: Final Type: Informational diff --git a/pep-0252.txt b/pep-0252.txt index 73c521f39..df2d29328 100644 --- a/pep-0252.txt +++ b/pep-0252.txt @@ -1,6 +1,7 @@ PEP: 252 Title: Making Types Look More Like Classes Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum) Status: Final Type: Standards Track diff --git a/pep-0253.txt b/pep-0253.txt index f9738f690..17c510794 100644 --- a/pep-0253.txt +++ b/pep-0253.txt @@ -1,6 +1,7 @@ PEP: 253 Title: Subtyping Built-in Types Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum) Status: Final Type: Standards Track diff --git a/pep-0254.txt b/pep-0254.txt index 9c9feb15a..b97aec95f 100644 --- a/pep-0254.txt +++ b/pep-0254.txt @@ -1,6 +1,7 @@ PEP: 254 Title: Making Classes Look More Like Types Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum) Status: Rejected Type: Standards Track diff --git a/pep-0255.txt b/pep-0255.txt index 4eb9ca26b..bdd4fb409 100644 --- a/pep-0255.txt +++ b/pep-0255.txt @@ -1,6 +1,7 @@ PEP: 255 Title: Simple Generators Version: $Revision$ +Last-Modified: $Date$ Author: nas@python.ca (Neil Schemenauer), tim.one@home.com (Tim Peters), magnus@hetland.org (Magnus Lie Hetland) diff --git a/pep-0259.txt b/pep-0259.txt index 4839a0e00..da0e67381 100644 --- a/pep-0259.txt +++ b/pep-0259.txt @@ -1,6 +1,7 @@ PEP: 259 Title: Omit printing newline after newline Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum) Status: Rejected Type: Standards Track diff --git a/pep-0260.txt b/pep-0260.txt index 77bb3d11b..a917cc288 100644 --- a/pep-0260.txt +++ b/pep-0260.txt @@ -1,6 +1,7 @@ PEP: 260 Title: Simplify xrange() Version: $Revision$ +Last-Modified: $Date$ Author: guido@python.org (Guido van Rossum) Status: Final Type: Standards Track diff --git a/pep-0262.txt b/pep-0262.txt index e19f9760e..d431a19a2 100644 --- a/pep-0262.txt +++ b/pep-0262.txt @@ -1,6 +1,7 @@ PEP: 262 Title: A Database of Installed Python Packages Version: $Revision$ +Last-Modified: $Date$ Author: A.M. Kuchling Type: Standards Track Created: 08-Jul-2001 diff --git a/pep-0263.txt b/pep-0263.txt index bd0e158bf..09521d8db 100644 --- a/pep-0263.txt +++ b/pep-0263.txt @@ -1,6 +1,7 @@ PEP: 0263 Title: Defining Python Source Code Encodings Version: $Revision$ +Last-Modified: $Date$ Author: mal@lemburg.com (Marc-André Lemburg), loewis@informatik.hu-berlin.de (Martin v. Löwis) Status: Final diff --git a/pep-0265.txt b/pep-0265.txt index df6ee8ff8..8ec0fd93f 100644 --- a/pep-0265.txt +++ b/pep-0265.txt @@ -1,6 +1,7 @@ PEP: 265 Title: Sorting Dictionaries by Value Version: $Revision$ +Last-Modified: $Date$ Author: g2@iowegian.com (Grant Griffin) Status: Rejected Type: Standards Track diff --git a/pep-0266.txt b/pep-0266.txt index 653eaaf4f..9ba4ff57b 100644 --- a/pep-0266.txt +++ b/pep-0266.txt @@ -1,6 +1,7 @@ PEP: 266 Title: Optimizing Global Variable/Attribute Access Version: $Revision$ +Last-Modified: $Date$ Author: skip@pobox.com (Skip Montanaro) Status: Draft Type: Standards Track diff --git a/pep-0272.txt b/pep-0272.txt index 444187958..a5eca05c8 100644 --- a/pep-0272.txt +++ b/pep-0272.txt @@ -1,6 +1,7 @@ PEP: 272 Title: API for Block Encryption Algorithms v1.0 Version: $Revision$ +Last-Modified: $Date$ Author: A.M. Kuchling Status: Final Type: Informational diff --git a/pep-0275.txt b/pep-0275.txt index 11d8c88a9..ce23eef14 100644 --- a/pep-0275.txt +++ b/pep-0275.txt @@ -1,6 +1,7 @@ PEP: 0275 Title: Switching on Multiple Values Version: $Revision$ +Last-Modified: $Date$ Author: mal@lemburg.com (Marc-André Lemburg) Status: Draft Type: Standards Track diff --git a/pep-0283.txt b/pep-0283.txt index 4c17af085..48793fce1 100644 --- a/pep-0283.txt +++ b/pep-0283.txt @@ -1,6 +1,7 @@ PEP: 283 Title: Python 2.3 Release Schedule Version: $Revision$ +Last-Modified: $Date$ Author: Guido van Rossum Status: Final Type: Informational diff --git a/pep-0297.txt b/pep-0297.txt index 1e9277655..7d2e73aed 100644 --- a/pep-0297.txt +++ b/pep-0297.txt @@ -1,6 +1,7 @@ PEP: 297 Title: Support for System Upgrades Version: $Revision$ +Last-Modified: $Date$ Author: mal@lemburg.com (Marc-André Lemburg) Status: Draft Type: Standards Track diff --git a/pep-0320.txt b/pep-0320.txt index 064c2b4f4..907ecdd37 100644 --- a/pep-0320.txt +++ b/pep-0320.txt @@ -1,6 +1,7 @@ PEP: 320 Title: Python 2.4 Release Schedule Version: $Revision$ +Last-Modified: $Date$ Author: Barry Warsaw, Raymond Hettinger and Anthony Baxter Status: Final Type: Informational diff --git a/pep-0351.txt b/pep-0351.txt index fc39beea3..6c85a41bc 100644 --- a/pep-0351.txt +++ b/pep-0351.txt @@ -1,6 +1,7 @@ PEP: 351 Title: The freeze protocol Version: 2.5 +Last-Modified: $Date$ Author: Barry A. Warsaw Status: Rejected Type: Standards Track diff --git a/pep-0357.txt b/pep-0357.txt index 56b510deb..5ea75794f 100644 --- a/pep-0357.txt +++ b/pep-0357.txt @@ -1,7 +1,7 @@ PEP: 357 Title: Allowing Any Object to be Used for Slicing Version: $Revision$ -Last Modified: $Date$ +Last-Modified: $Date$ Author: Travis Oliphant Status: Final Type: Standards Track