deferred PEP 315 at Raymond Hettinger's request
This commit is contained in:
parent
617a80e2ac
commit
f242f9b082
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
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 @@ 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
|
||||
|
|
Loading…
Reference in New Issue