Mark 342 and 343 as accepted. Mark 254 as abandoned.

This commit is contained in:
Raymond Hettinger 2005-06-28 07:39:09 +00:00
parent e761d70b6f
commit 95fd996744
4 changed files with 15 additions and 9 deletions

View File

@ -64,6 +64,8 @@ Index by Category
Accepted PEPs (accepted; may not be implemented yet)
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
SA 342 Coroutines via Enhanced Generators GvR, Eby
SA 343 Anonymous Block Redux and Generator Enhancements GvR
Open PEPs (under consideration)
@ -74,7 +76,6 @@ Index by Category
S 243 Module Repository Upload Mechanism Reifschneider
S 245 Python Interface Syntax Pelletier
S 246 Object Adaptation Evans
S 254 Making Classes Look More Like Types GvR
S 256 Docstring Processing System Framework Goodger
S 258 Docutils Design Specification Goodger
S 266 Optimizing Global Variable/Attribute Access Montanaro
@ -105,8 +106,6 @@ Index by Category
S 337 Logging Usage in the Standard Library Dubner
S 338 Executing modules inside packages with '-m' Coghlan
S 341 Unifying try-except and try-finally Birkenfeld
S 342 Coroutines via Enhanced Generators GvR, Eby
S 343 Anonymous Block Redux and Generator Enhancements GvR
S 344 Exception Chaining and Embedded Tracebacks Yee
S 345 Metadata for Python Software Packages 1.2 Jones
S 754 IEEE 754 Floating Point Special Values Warnes
@ -190,6 +189,7 @@ Index by Category
SR 240 Adding a Rational Literal to Python Craig, Zadka
SR 242 Numeric Kinds Dubois
SR 244 The `directive' Statement von Loewis
SR 254 Making Classes Look More Like Types GvR
SR 259 Omit printing newline after newline GvR
SD 262 Database of Installed Python Packages Kuchling
SR 265 Sorting Dictionaries by Value Griffin
@ -296,7 +296,7 @@ Numerical Index
IF 251 Python 2.2 Release Schedule Warsaw, GvR
SF 252 Making Types Look More Like Classes GvR
SF 253 Subtyping Built-in Types GvR
S 254 Making Classes Look More Like Types GvR
SR 254 Making Classes Look More Like Types GvR
SF 255 Simple Generators Schemenauer, et al
S 256 Docstring Processing System Framework Goodger
I 257 Docstring Conventions Goodger, GvR
@ -383,8 +383,8 @@ Numerical Index
I 339 How to Change CPython's Bytecode Cannon
SR 340 Anonymous Block Statements GvR
S 341 Unifying try-except and try-finally Birkenfeld
S 342 Coroutines via Enhanced Generators GvR, Eby
S 343 Anonymous Block Redux and Generator Enhancements GvR
SA 342 Coroutines via Enhanced Generators GvR, Eby
SA 343 Anonymous Block Redux and Generator Enhancements GvR
S 344 Exception Chaining and Embedded Tracebacks Yee
S 345 Metadata for Python Software Packages 1.2 Jones
SR 346 User Defined ("with") Statements Coghlan

View File

@ -2,7 +2,7 @@ PEP: 254
Title: Making Classes Look More Like Types
Version: $Revision$
Author: guido@python.org (Guido van Rossum)
Status: Draft
Status: Rejected
Type: Standards Track
Python-Version: 2.2
Created: 18-June-2001
@ -12,6 +12,12 @@ Abstract
This PEP has not been written yet. Watch this space!
Status
This PEP was a stub entry and eventually abandoned without having
been filled-out. Substantially most of the intended functionality
was implemented in Py2.2 with new-style types and classes.
Copyright

View File

@ -3,7 +3,7 @@ Title: Coroutines via Enhanced Generators
Version: $Revision$
Last-Modified: $Date$
Author: Guido van Rossum, Phillip J. Eby
Status: Draft
Status: Accepted
Type: Standards Track
Content-Type: text/plain
Created: 10-May-2005

View File

@ -3,7 +3,7 @@ Title: Anonymous Block Redux and Generator Enhancements
Version: $Revision$
Last-Modified: $Date$
Author: Guido van Rossum
Status: Draft
Status: Accepted
Type: Standards Track
Content-Type: text/plain
Created: 13-May-2005