[Python-checkins] r45835 - peps/trunk/pep-0000.txt peps/trunk/pep-0314.txt peps/trunk/pep-0356.txt

andrew.kuchling python-checkins at python.org
Mon May 1 13:18:19 CEST 2006


Author: andrew.kuchling
Date: Mon May  1 13:18:18 2006
New Revision: 45835

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0314.txt
   peps/trunk/pep-0356.txt
Log:
Mark PEP 314 as final

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Mon May  1 13:18:18 2006
@@ -86,7 +86,6 @@
  I   287  reStructuredText Docstring Format            Goodger
  S   297  Support for System Upgrades                  Lemburg
  S   302  New Import Hooks                             JvR, Moore
- S   314  Metadata for Python Software Packages v1.1   Kuchling, Jones
  S   323  Copyable Iterators                           Martelli
  S   331  Locale-Independent Float/String Conversions  Reis
  S   334  Simple Coroutines via SuspendIteration       Evans
@@ -155,6 +154,7 @@
  SF  308  Conditional Expressions                      GvR, Hettinger
  SF  309  Partial Function Application                 Harris
  SF  311  Simplified GIL Acquisition for Extensions    Hammond
+ SF  314  Metadata for Python Software Packages v1.1   Kuchling, Jones
  SF  318  Decorators for Functions and Methods         Smith, et al
  IF  320  Python 2.4 Release Schedule                  Warsaw, et al
  SF  322  Reverse Iteration                            Hettinger
@@ -374,7 +374,7 @@
  SF  311  Simplified GIL Acquisition for Extensions    Hammond
  SD  312  Simple Implicit Lambda                       Suzi, Martelli
  SR  313  Adding Roman Numeral Literals to Python      Meyer
- S   314  Metadata for Python Software Packages v1.1   Kuchling, Jones
+ SF  314  Metadata for Python Software Packages v1.1   Kuchling, Jones
  SD  315  Enhanced While Loop                          Carroll, Hettinger
  SD  316  Programming by Contract for Python           Way
  SR  317  Eliminate Implicit Exception Instantiation   Taschuk

Modified: peps/trunk/pep-0314.txt
==============================================================================
--- peps/trunk/pep-0314.txt	(original)
+++ peps/trunk/pep-0314.txt	Mon May  1 13:18:18 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: A.M. Kuchling <amk at amk.ca>, Richard Jones
-Status: Draft
+Status: Final
 Type: Standards Track
 Content-type: text/plain
 Created: 12-Apr-2003

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon May  1 13:18:18 2006
@@ -52,7 +52,6 @@
     PEP 308: Conditional Expressions
     PEP 309: Partial Function Application
     PEP 314: Metadata for Python Software Packages v1.1
-        (should PEP 314 be marked final?)
     PEP 328: Absolute/Relative Imports
     PEP 338: Executing Modules as Scripts
     PEP 341: Unified try-except/try-finally to try-except-finally


More information about the Python-checkins mailing list