[issue23455] file iterator "deemed broken"; can resume after StopIteration

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue23455] file iterator "deemed broken"; can resume after StopIteration

2015-03-01 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +pitrou type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue23455] file iterator "deemed broken"; can resume after StopIteration

2015-02-12 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue23455] file iterator "deemed broken"; can resume after StopIteration

2015-02-12 Thread Andrew Dalke
New submission from Andrew Dalke: The file iterator is "deemed broken". As I don't think it should be made non-broken, I suggest the documentation should be changed to point out when file iteration is broken. I also think the term 'broken' is a label with needlessly harsh connotations and shou