[issue17343] Add a version of str.split which returns an iterator

Raymond Hettinger report at bugs.python.org
Fri Apr 5 22:02:28 CEST 2013


Raymond Hettinger added the comment:

-1 on os.walk returning an iterator.  The API is already a bit challenging for some and our experience with itertools.groupby() is that returning an inner iterator can be very confusing.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17343>
_______________________________________


More information about the Python-bugs-list mailing list