[issue24503] csv.writer fails when within csv.reader

R. David Murray report at bugs.python.org
Wed Jul 22 19:18:45 CEST 2015


R. David Murray added the comment:

No, the object is just a wrapper around an iterator.  It doesn't know or care that you've passed in a file iterator...it is the file iterator's behavior that is non standard (this has been discussed elsewhere in the tracker, but it is not something that can be changed at this point, since files have always worked that way).

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage: test needed -> resolved

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


More information about the Python-bugs-list mailing list