Georg Brandl added the comment:

next() is quite unlike match() and search(), as you almost never use next() on 
iterators directly. Rather, the iterator is iterated by constructs like a for 
loop or a comprehension, or another function that consumes it (list, map, ...)

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

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

Reply via email to