[Python-checkins] r42566 - peps/trunk/pep-0000.txt peps/trunk/pep-0315.txt

david.goodger python-checkins at python.org
Fri Feb 24 23:43:07 CET 2006


Author: david.goodger
Date: Fri Feb 24 23:43:04 2006
New Revision: 42566

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0315.txt
Log:
deferred PEP 315 at Raymond Hettinger's request

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Fri Feb 24 23:43:04 2006
@@ -94,7 +94,6 @@
  S   302  New Import Hooks                             JvR, Moore
  S   304  Controlling Generation of Bytecode Files     Montanaro
  S   314  Metadata for Python Software Packages v1.1   Kuchling, Jones
- S   315  Enhanced While Loop                          Carroll, Hettinger
  S   321  Date/Time Parsing and Formatting             Kuchling
  S   323  Copyable Iterators                           Martelli
  S   331  Locale-Independent Float/String Conversions  Reis
@@ -212,6 +211,7 @@
  SR  310  Reliable Acquisition/Release Pairs           Hudson, Moore
  SD  312  Simple Implicit Lambda                       Suzi, Martelli 
  SR  313  Adding Roman Numeral Literals to Python      Meyer
+ SD  315  Enhanced While Loop                          Carroll, Hettinger
  SD  316  Programming by Contract for Python           Way
  SR  317  Eliminate Implicit Exception Instantiation   Taschuk
  SR  319  Python Synchronize/Asynchronize Block        Pelletier
@@ -368,7 +368,7 @@
  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
- S   315  Enhanced While Loop                          Carroll, Hettinger
+ SD  315  Enhanced While Loop                          Carroll, Hettinger
  SD  316  Programming by Contract for Python           Way
  SR  317  Eliminate Implicit Exception Instantiation   Taschuk
  SF  318  Decorators for Functions and Methods         Smith, et al

Modified: peps/trunk/pep-0315.txt
==============================================================================
--- peps/trunk/pep-0315.txt	(original)
+++ peps/trunk/pep-0315.txt	Fri Feb 24 23:43:04 2006
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: W Isaac Carroll <icarroll at pobox.com>
         Raymond Hettinger <python at rcn.com>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/plain
 Created: 25-Apr-2003
@@ -19,6 +19,12 @@
     caused by code duplication.
 
 
+Notice
+
+    Deferred; see
+    http://mail.python.org/pipermail/python-dev/2006-February/060718.html
+
+
 Motivation
 
     It is often necessary for some code to be executed before each


More information about the Python-checkins mailing list