diff --git a/pep-3114.txt b/pep-3114.txt index fa632af3b..84bf22bb0 100644 --- a/pep-3114.txt +++ b/pep-3114.txt @@ -3,7 +3,7 @@ Title: Renaming iterator.next() to iterator.__next__() Version: $Revision$ Last-Modified: $Date$ Author: Ka-Ping Yee -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 ==========