Georg Brandl <ge...@python.org> added the comment:

Why is it so important if strings implement __iter__?  They are iterable in 
both versions, since iteration falls back on __getitem__ if no __iter__ is 
defined.  For user code it is irrelevant which of the iteration protocols is 
present.

----------
nosy: +georg.brandl

_______________________________________
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