Mark PEP 289 as accepted.
This commit is contained in:
parent
26733836c2
commit
6733f21058
|
@ -62,6 +62,7 @@ Index by Category
|
||||||
|
|
||||||
S 252 Making Types Look More Like Classes GvR
|
S 252 Making Types Look More Like Classes GvR
|
||||||
S 253 Subtyping Built-in Types GvR
|
S 253 Subtyping Built-in Types GvR
|
||||||
|
SA 289 Generator Expressions Hettinger
|
||||||
|
|
||||||
Open PEPs (under consideration)
|
Open PEPs (under consideration)
|
||||||
|
|
||||||
|
@ -97,7 +98,6 @@ Index by Category
|
||||||
S 286 Enhanced Argument Tuples von Loewis
|
S 286 Enhanced Argument Tuples von Loewis
|
||||||
I 287 reStructuredText Docstring Format Goodger
|
I 287 reStructuredText Docstring Format Goodger
|
||||||
S 288 Generators Attributes and Exceptions Hettinger
|
S 288 Generators Attributes and Exceptions Hettinger
|
||||||
S 289 Generator Expressions Hettinger
|
|
||||||
S 292 Simpler String Substitutions Warsaw
|
S 292 Simpler String Substitutions Warsaw
|
||||||
S 294 Type Names in the types Module Tirosh
|
S 294 Type Names in the types Module Tirosh
|
||||||
S 297 Support for System Upgrades Lemburg
|
S 297 Support for System Upgrades Lemburg
|
||||||
|
@ -305,7 +305,7 @@ Numerical Index
|
||||||
S 286 Enhanced Argument Tuples von Loewis
|
S 286 Enhanced Argument Tuples von Loewis
|
||||||
I 287 reStructuredText Docstring Format Goodger
|
I 287 reStructuredText Docstring Format Goodger
|
||||||
S 288 Generators Attributes and Exceptions Hettinger
|
S 288 Generators Attributes and Exceptions Hettinger
|
||||||
S 289 Generator Expressions Hettinger
|
SA 289 Generator Expressions Hettinger
|
||||||
I 290 Code Migration and Modernization Hettinger
|
I 290 Code Migration and Modernization Hettinger
|
||||||
I 291 Backward Compatibility for Standard Library Norwitz
|
I 291 Backward Compatibility for Standard Library Norwitz
|
||||||
S 292 Simpler String Substitutions Warsaw
|
S 292 Simpler String Substitutions Warsaw
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Generator Expressions
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: python@rcn.com (Raymond D. Hettinger)
|
Author: python@rcn.com (Raymond D. Hettinger)
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 30-Jan-2002
|
Created: 30-Jan-2002
|
||||||
|
@ -74,12 +74,7 @@ application.
|
||||||
BDFL Pronouncements
|
BDFL Pronouncements
|
||||||
===================
|
===================
|
||||||
|
|
||||||
The previous version of this PEP was REJECTED. The bracketed yield
|
This PEP is ACCEPTED for Py2.4.
|
||||||
syntax left something to be desired; the performance gains had not been
|
|
||||||
demonstrated; and the range of use cases had not been shown. After,
|
|
||||||
much discussion on the python-dev list, the PEP has been resurrected
|
|
||||||
its present form. The impetus for the discussion was an innovative
|
|
||||||
proposal from Peter Norvig [3]_.
|
|
||||||
|
|
||||||
|
|
||||||
The Details
|
The Details
|
||||||
|
|
Loading…
Reference in New Issue