Ka-Ping Yee <[EMAIL PROTECTED]> wrote: > > At Guido's prompting, I drafted the following PEP. How does it sound? > > Title: Renaming iterator.next() to iterator.__next__() > ======================================================
It sounds and reads just fine, though I'm -1 on the change if only because 1) it adds a builtin, 2) it renames a protocol method, making it potentially difficult and/or buggy to write forward or backward compatible code, 3) it smells like gratuitous breakage. - Josiah _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com