PEP 3114 is final.
This commit is contained in:
parent
3ff288b8ae
commit
5181528369
|
@ -3,7 +3,7 @@ Title: Renaming iterator.next() to iterator.__next__()
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Ka-Ping Yee <ping@zesty.ca>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Python-version: 3.0
|
||||
Content-Type: text/x-rst
|
||||
|
@ -179,6 +179,13 @@ Approval
|
|||
This PEP was accepted by Guido on March 6, 2007 [5]_.
|
||||
|
||||
|
||||
Implementation
|
||||
==============
|
||||
|
||||
A patch with the necessary changes (except the 2to3 tool) was written
|
||||
by Georg Brandl and committed as revision 54910.
|
||||
|
||||
|
||||
References
|
||||
==========
|
||||
|
||||
|
|
Loading…
Reference in New Issue