commit | c45251a48542e0074ad9865143359bdfec0f8467 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Sun Feb 12 11:53:32 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Sun Feb 12 11:53:32 2006 +0000 |
tree | 7d61df776dd020be7437f505c1f7ef4cc1779f2c | |
parent | f5b3e36493da275334e29afdbd238863697dca35 [diff] |
SF patch #1397960: When mixing file-iteration and readline/readlines/read/readinto, loudly break by raising ValueError, rather than silently deliver data out of order or hitting EOF prematurely. Probably not a bugfix candidate, even though it affects no 'working' code.