[Python-checkins] r54912 - peps/trunk/pep-0000.txt

georg.brandl python-checkins at python.org
Sat Apr 21 17:51:53 CEST 2007


Author: georg.brandl
Date: Sat Apr 21 17:51:51 2007
New Revision: 54912

Modified:
   peps/trunk/pep-0000.txt
Log:
Update PEP 0.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sat Apr 21 17:51:51 2007
@@ -113,7 +113,6 @@
  S   754  IEEE 754 Floating Point Special Values       Warnes
  S  3101  Advanced String Formatting                   Talin
  S  3108  Standard Library Reorganization              Cannon
- S  3114  Renaming iterator.next() to iterator.__next__() Yee
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
  S  3117  Postfix Type Declarations                    Brandl
  S  3118  Revising the buffer protocol                 Oliphant, Banks
@@ -182,6 +181,7 @@
  SF 3104  Access to Names in Outer Scopes              Yee
  SF 3105  Make print a function                        Brandl
  SF 3107  Function Annotations                         Winter, Lownds
+ SF 3114  Renaming iterator.next() to iterator.__next__() Yee
 
  Empty PEPs (or containing only an abstract)
 
@@ -467,7 +467,7 @@
  SA 3111  Simple input built-in in Python 3000         Roberge
  SA 3112  Bytes literals in Python 3000                Orendorff
  SA 3113  Removal of Tuple Parameter Unpacking         Cannon
- S  3114  Renaming iterator.next() to iterator.__next__() Yee
+ SF 3114  Renaming iterator.next() to iterator.__next__() Yee
  SA 3115  Metaclasses in Python 3000                   Talin
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
  S  3117  Postfix Type Declarations                    Brandl


More information about the Python-checkins mailing list