Reject 310 and 319 in favor of 343.

This commit is contained in:
Raymond Hettinger 2005-06-28 08:31:09 +00:00
parent f04f650bc4
commit 5af10082b7
4 changed files with 12 additions and 6 deletions

View File

@ -90,10 +90,8 @@ Index by Category
S 299 Special __main__() function in modules Epler
S 302 New Import Hooks JvR
S 304 Controlling Generation of Bytecode Files Montanaro
S 310 Reliable Acquisition/Release Pairs Hudson, Moore
S 314 Metadata for Python Software Packages v1.1 Kuchling
S 315 Enhanced While Loop Carroll, Hettinger
S 319 Python Synchronize/Asynchronize Block Pelletier
S 321 Date/Time Parsing and Formatting Kuchling
S 323 Copyable Iterators Martelli
S 331 Locale-Independent Float/String conversions Reis
@ -203,10 +201,12 @@ Index by Category
SR 296 Adding a bytes Object Type Gilbert
SR 303 Extend divmod() for Multiple Divisors Bellman
SR 308 If-then-else expression GvR, Hettinger
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 316 Programming by Contract for Python Way
SR 317 Eliminate Implicit Exception Instantiation Taschuk
SR 319 Python Synchronize/Asynchronize Block Pelletier
SR 325 Resource-Release Support for Generators Pedroni
SR 326 A Case for Top and Bottom Values Carlson, Reedy
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
@ -360,7 +360,7 @@ Numerical Index
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
S 319 Python Synchronize/Asynchronize Block Pelletier
SR 319 Python Synchronize/Asynchronize Block Pelletier
IF 320 Python 2.4 Release Schedule Warsaw, et al
S 321 Date/Time Parsing and Formatting Kuchling
SF 322 Reverse Iteration Hettinger

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Michael Hudson <mwh@python.net>,
Paul Moore <gustav@morpheus.demon.co.uk>
Status: Draft
Status: Rejected
Type: Standards Track
Content-Type: text/plain
Created: 18-Dec-2002
@ -25,6 +25,9 @@ Abstract
This PEP proposes a piece of syntax (a 'with' block) and a
"small-i" interface that generalizes the above.
Pronouncement
This PEP is rejected in favor of PEP 343.
Rationale

View File

@ -3,7 +3,7 @@ Title: Python Synchronize/Asynchronize Block
Version: $Revision$
Last-Modified: $Date$
Author: Michel Pelletier <michel@users.sourceforge.net>
Status: Draft
Status: Rejected
Type: Standards Track
Created: 24-Feb-2003
Python-Version: 2.4?
@ -15,6 +15,9 @@ Abstract
This PEP proposes adding two new keywords to Python, `synchronize'
and 'asynchronize'.
Pronouncement
This PEP is rejected in favor of PEP 343.
The `synchronize' Keyword

View File

@ -3,7 +3,7 @@ Title: Resource-Release Support for Generators
Version: $Revision$
Last-Modified: $Date$
Author: Samuele Pedroni <pedronis@python.org>
Status: Draft
Status: Rejected
Type: Standards Track
Content-Type: text/plain
Created: 25-Aug-2003