[Python-checkins] python/nondist/peps pep-0289.txt, 1.10, 1.11 pep-0000.txt, 1.256, 1.257

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Oct 28 13:06:34 EST 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv31304

Modified Files:
	pep-0289.txt pep-0000.txt 
Log Message:
Mark PEP 289 as accepted.



Index: pep-0289.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0289.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pep-0289.txt	24 Oct 2003 01:29:14 -0000	1.10
--- pep-0289.txt	28 Oct 2003 18:06:32 -0000	1.11
***************
*** 4,8 ****
  Last-Modified: $Date$
  Author: python at rcn.com (Raymond D. Hettinger)
! Status: Draft
  Type: Standards Track
  Content-Type: text/x-rst
--- 4,8 ----
  Last-Modified: $Date$
  Author: python at rcn.com (Raymond D. Hettinger)
! Status: Accepted
  Type: Standards Track
  Content-Type: text/x-rst
***************
*** 75,84 ****
  ===================
  
! The previous version of this PEP was REJECTED.  The bracketed yield
! 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]_.
  
  
--- 75,79 ----
  ===================
  
! This PEP is ACCEPTED for Py2.4.
  
  

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.256
retrieving revision 1.257
diff -C2 -d -r1.256 -r1.257
*** pep-0000.txt	28 Oct 2003 10:16:31 -0000	1.256
--- pep-0000.txt	28 Oct 2003 18:06:32 -0000	1.257
***************
*** 63,66 ****
--- 63,67 ----
   S   252  Making Types Look More Like Classes          GvR
   S   253  Subtyping Built-in Types                     GvR
+  SA  289  Generator Expressions                        Hettinger 
  
   Open PEPs (under consideration)
***************
*** 98,102 ****
   I   287  reStructuredText Docstring Format            Goodger
   S   288  Generators Attributes and Exceptions         Hettinger
-  S   289  Generator Expressions                        Hettinger
   S   292  Simpler String Substitutions                 Warsaw
   S   294  Type Names in the types Module               Tirosh
--- 99,102 ----
***************
*** 306,310 ****
   I   287  reStructuredText Docstring Format            Goodger
   S   288  Generators Attributes and Exceptions         Hettinger
!  S   289  Generator Expressions                        Hettinger
   I   290  Code Migration and Modernization             Hettinger
   I   291  Backward Compatibility for Standard Library  Norwitz
--- 306,310 ----
   I   287  reStructuredText Docstring Format            Goodger
   S   288  Generators Attributes and Exceptions         Hettinger
!  SA  289  Generator Expressions                        Hettinger
   I   290  Code Migration and Modernization             Hettinger
   I   291  Backward Compatibility for Standard Library  Norwitz





More information about the Python-checkins mailing list