Message238697
| Author |
r.david.murray |
| Recipients |
bkabrda, ethan.furman, georg.brandl, ncoghlan, paul.moore, python-dev, r.david.murray, sYnfo, serhiy.storchaka, vstinner, wolma |
| Date |
2015-03-20.15:51:42 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1426866702.16.0.558224613586.issue23700@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
Isn't there some discussion somewhere that if iter(x) returns x you probably have buggy code? Maybe it is io that is broken, design-wise. I think there was another issue related to iter(file) recently...someone surprised by the fact that you can't iterate a file twice without reopening it...the source of that problem is similar. Not that it necessarily soluble, but it is certainly *interesting* :) |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015-03-20 15:51:42 | r.david.murray | set | recipients:
+ r.david.murray, georg.brandl, paul.moore, ncoghlan, vstinner, ethan.furman, python-dev, serhiy.storchaka, bkabrda, sYnfo, wolma |
| 2015-03-20 15:51:42 | r.david.murray | set | messageid: <1426866702.16.0.558224613586.issue23700@psf.upfronthosting.co.za> |
| 2015-03-20 15:51:42 | r.david.murray | link | issue23700 messages |
| 2015-03-20 15:51:42 | r.david.murray | create | |
|