Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

Sorry, I agree with Georg, this isn't a bug, not even a documentation bug.  A 
type is free to implement iteration either by way of __iter__ or by way of 
__getitem__.  How it chooses to do so is an implementation detail (and 
different implementations have made different choices).

----------
nosy: +rhettinger
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14528>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to