The Python 2.6.4 docs for collections at 
http://docs.python.org/library/collections.html say that __next__() is an 
abstract method for the Iterable ABC. But my understanding is that __next__() 
isn't supposed to be used until Python 3. Also, I'm using the Mapping ABC, 
which inherits from Iterable, and it doesn't seem to work if I define 
__next__(); I am not seeing problems if I define next() instead.

What am I missing?
-- 

Gary Robinson
CTO
Emergent Music, LLC
personal email: gary...@me.com
work email: grobin...@flyfi.com
Company: http://www.flyfi.com
Blog:    http://www.garyrobinson.net
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to