Terry J. Reedy <tjre...@udel.edu> added the comment:

Raymond, I pretty much agree with your points and would be happy either with 
rejection or one simple sentence.  This idiom really belongs in a hypothetical 
how-to, such as 'Python iterators and generators'. The real use case for 
it=iter() followed by next(it) it to treat the first item of a collection 
specially before scanning the rest in a for loop.

----------

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

Reply via email to