From f242f9b08237540e7271cd1fb5084f13a0292498 Mon Sep 17 00:00:00 2001 From: David Goodger Date: Fri, 24 Feb 2006 22:43:04 +0000 Subject: [PATCH] deferred PEP 315 at Raymond Hettinger's request --- pep-0000.txt | 4 ++-- pep-0315.txt | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 20895f680..284c694ed 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -94,7 +94,6 @@ Index by Category 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 @@ Index by Category 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 @@ Numerical Index 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 diff --git a/pep-0315.txt b/pep-0315.txt index b91441c35..d8808acf8 100644 --- a/pep-0315.txt +++ b/pep-0315.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: W Isaac Carroll Raymond Hettinger -Status: Draft +Status: Deferred Type: Standards Track Content-Type: text/plain Created: 25-Apr-2003 @@ -19,6 +19,12 @@ Abstract 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