PEP 3114 is final.

This commit is contained in:
Georg Brandl 2007-04-21 15:50:50 +00:00
parent 3ff288b8ae
commit 5181528369
1 changed files with 8 additions and 1 deletions

View File

@ -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
==========