[issue5350] Modification to "pairwise" in itertools recipes

Georg Brandl report at bugs.python.org
Mon Feb 23 14:42:14 CET 2009


Georg Brandl <georg at python.org> added the comment:

Assigning to Raymond.

Note that "for elem in b: break" and "next(b)" are not equivalent when b
is empty/exhausted.

----------
assignee: georg.brandl -> rhettinger
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list